tag | line | file | source code |
clusters | 26 | fs/msdos/fat.c | if ((unsigned) (nr-2) >= MSDOS_SB(sb)->clusters) return 0; |
clusters | 251 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/ |
clusters | 253 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_bits = fat ? fat : MSDOS_SB(sb)->clusters > |
clusters | 258 | fs/msdos/inode.c | (MSDOS_DPS-1)) || MSDOS_SB(sb)->clusters+2 > fat_clusters+ |
clusters | 286 | fs/msdos/inode.c | if (MSDOS_SB(sb)->clusters+2 > fat_clusters) |
clusters | 287 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = fat_clusters-2; |
clusters | 330 | fs/msdos/inode.c | for (nr = 2; nr < MSDOS_SB(sb)->clusters+2; nr++) |
clusters | 337 | fs/msdos/inode.c | tmp.f_blocks = MSDOS_SB(sb)->clusters; |
clusters | 126 | fs/msdos/misc.c | limit = MSDOS_SB(inode->i_sb)->clusters; |
clusters | 14 | include/linux/msdos_fs_sb.h | unsigned long clusters; /* number of clusters */ |