Lines Matching refs:clu
111 #define EXFAT_CLU_TO_DEN(clu, sbi) \
112 ((clu) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
129 #define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS)
139 #define IGNORED_BITS_REMAINED(clu, clu_base) ((1 << ((clu) - (clu_base))) - 1)
184 unsigned int clu;
434 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu);
443 int exfat_set_bitmap(struct inode *inode, unsigned int clu, bool sync);
444 void exfat_clear_bitmap(struct inode *inode, unsigned int clu, bool sync);
445 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu);
493 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu);