tag | line | file | source code |
clusters | 25 | fs/msdos/fat.c | if ((unsigned) (nr-2) >= MSDOS_SB(sb)->clusters) return 0; |
clusters | 225 | fs/msdos/inode.c | MSDOS_SB(s)->clusters = b->cluster_size ? data_sectors/ |
clusters | 227 | fs/msdos/inode.c | MSDOS_SB(s)->fat_bits = fat ? fat : MSDOS_SB(s)->clusters > |
clusters | 230 | fs/msdos/inode.c | (MSDOS_DPS-1)) || MSDOS_SB(s)->clusters+2 > MSDOS_SB(s)-> |
clusters | 287 | fs/msdos/inode.c | put_fs_long(MSDOS_SB(sb)->clusters,&buf->f_blocks); |
clusters | 293 | fs/msdos/inode.c | for (nr = 2; nr < MSDOS_SB(sb)->clusters+2; nr++) |
clusters | 121 | 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 */ |