tag | line | file | source code |
clusters | 30 | fs/msdos/fat.c | if ((unsigned) (nr-2) >= MSDOS_SB(sb)->clusters) return 0; |
clusters | 247 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/ |
clusters | 249 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_bits = fat ? fat : MSDOS_SB(sb)->clusters > |
clusters | 252 | fs/msdos/inode.c | (MSDOS_DPS-1)) || MSDOS_SB(sb)->clusters+2 > MSDOS_SB(sb)-> |
clusters | 318 | fs/msdos/inode.c | put_fs_long(MSDOS_SB(sb)->clusters,&buf->f_blocks); |
clusters | 324 | fs/msdos/inode.c | for (nr = 2; nr < MSDOS_SB(sb)->clusters+2; nr++) |
clusters | 128 | 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 */ |