Searched refs:EXFAT_B_TO_DEN (Results 1 – 3 of 3) sorted by relevance
78 unsigned int dentry = EXFAT_B_TO_DEN(*cpos) & 0xFFFFFFFF; in exfat_readdir()601 EXFAT_B_TO_DEN(byte_offset)); in exfat_walk_fat_chain()675 unsigned int dentries_per_page = EXFAT_B_TO_DEN(PAGE_SIZE); in exfat_get_dentry()914 es->num_entries = EXFAT_B_TO_DEN(EXFAT_BLK_TO_B(es->num_bh, es->sb) - es->start_off); in exfat_validate_empty_dentry_set()967 int total_entries = EXFAT_B_TO_DEN(i_size_read(&ei->vfs_inode)); in exfat_set_empty_hint()
106 #define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS) macro
281 if (EXFAT_B_TO_DEN(i_size_read(inode)) >= MAX_EXFAT_DENTRIES) { in exfat_check_max_dentries()