taglinefilesource code
cluster_size238fs/msdos/fat.ccluster = sector/sb->cluster_size;
cluster_size239fs/msdos/fat.coffset = sector % sb->cluster_size;
cluster_size241fs/msdos/fat.creturn (cluster-2)*sb->cluster_size+sb->data_start+offset;
cluster_size204fs/msdos/file.ccluster = SECTOR_SIZE*MSDOS_SB(inode->i_sb)->cluster_size;
cluster_size112fs/msdos/inode.cMSDOS_SB(s)->cluster_size = b->cluster_size;
cluster_size122fs/msdos/inode.cMSDOS_SB(s)->clusters = b->cluster_size ? data_sectors/b->cluster_size :
cluster_size129fs/msdos/inode.cb->media,MSDOS_SB(s)->cluster_size,MSDOS_SB(s)->fats,MSDOS_SB(s)->fat_start,
cluster_size133fs/msdos/inode.c|| !b->cluster_size || MSDOS_SB(s)->clusters+2 > MSDOS_SB(s)->
cluster_size159fs/msdos/inode.cint cluster_size,free,this;
cluster_size161fs/msdos/inode.ccluster_size = MSDOS_SB(sb)->cluster_size;
cluster_size164fs/msdos/inode.cput_fs_long(MSDOS_SB(sb)->clusters*cluster_size,&buf->f_blocks);
cluster_size168fs/msdos/inode.cfree *= cluster_size;
cluster_size182fs/msdos/inode.cif ((sb->cluster_size & 1) || (sb->data_start & 1)) return 0;
cluster_size187fs/msdos/inode.ccluster = (block*2)/sb->cluster_size;
cluster_size188fs/msdos/inode.coffset = (block*2) % sb->cluster_size;
cluster_size190fs/msdos/inode.creturn ((cluster-2)*sb->cluster_size+sb->data_start+offset) >> 1;
cluster_size231fs/msdos/inode.ccluster_size;
cluster_size96fs/msdos/misc.cSECTOR_SIZE/MSDOS_SB(inode->i_sb)->cluster_size) : 0;
cluster_size119fs/msdos/misc.cfor (current = 0; current < MSDOS_SB(inode->i_sb)->cluster_size;
cluster_size122fs/msdos/misc.cMSDOS_SB(inode->i_sb)->cluster_size+current;
cluster_size126fs/msdos/misc.cif (current < MSDOS_SB(inode->i_sb)->cluster_size-1 &&
cluster_size150fs/msdos/misc.ccluster_size;
cluster_size320fs/msdos/misc.cfor (count = 0; count < MSDOS_SB(sb)->cluster_size; count++) {
cluster_size322fs/msdos/misc.ccluster_size+MSDOS_SB(sb)->data_start+count,name,
cluster_size56include/linux/msdos_fs.hunsigned char cluster_size; /* sectors/cluster */
cluster_size87include/linux/msdos_fs.h#define MSDOS_CAN_BMAP(mib) (!(((mib)->cluster_size & 1) || \
cluster_size5include/linux/msdos_fs_sb.hunsigned short cluster_size; /* sectors/cluster */