taglinefilesource code
clusters155fs/msdos/inode.cMSDOS_SB(s)->clusters = b->cluster_size ? data_sectors/b->cluster_size :
clusters157fs/msdos/inode.cMSDOS_SB(s)->fat_bits = MSDOS_SB(s)->clusters > MSDOS_FAT12 ? 16 : 12;
clusters166fs/msdos/inode.c|| !b->cluster_size || MSDOS_SB(s)->clusters+2 > MSDOS_SB(s)->
clusters198fs/msdos/inode.cput_fs_long(MSDOS_SB(sb)->clusters,&buf->f_blocks);
clusters204fs/msdos/inode.cfor (this = 2; this < MSDOS_SB(sb)->clusters+2; this++)
clusters93fs/msdos/misc.climit = MSDOS_SB(inode->i_sb)->clusters;
clusters10include/linux/msdos_fs_sb.hunsigned long clusters;      /* number of clusters */