tag | line | file | source code |
clusters | 122 | fs/msdos/inode.c | MSDOS_SB(s)->clusters = b->cluster_size ? data_sectors/b->cluster_size : |
clusters | 124 | fs/msdos/inode.c | MSDOS_SB(s)->fat_bits = MSDOS_SB(s)->clusters > MSDOS_FAT12 ? 16 : 12; |
clusters | 133 | fs/msdos/inode.c | || !b->cluster_size || MSDOS_SB(s)->clusters+2 > MSDOS_SB(s)-> |
clusters | 164 | fs/msdos/inode.c | put_fs_long(MSDOS_SB(sb)->clusters*cluster_size,&buf->f_blocks); |
clusters | 166 | fs/msdos/inode.c | for (this = 2; this < MSDOS_SB(sb)->clusters+2; this++) |
clusters | 72 | fs/msdos/misc.c | limit = MSDOS_SB(inode->i_sb)->clusters; |
clusters | 10 | include/linux/msdos_fs_sb.h | unsigned long clusters; /* number of clusters */ |