Searched refs:DENTRY_SIZE_BITS (Results 1 – 3 of 3) sorted by relevance
1612 off = entry << DENTRY_SIZE_BITS; in find_location()1708 byte_offset = entry << DENTRY_SIZE_BITS; in get_entry_set_in_dir()1872 remaining_byte_in_sector >> DENTRY_SIZE_BITS, in __write_partial_entries_in_entry_set()1882 copy_entries << DENTRY_SIZE_BITS); in __write_partial_entries_in_entry_set()1901 buf_off += copy_entries << DENTRY_SIZE_BITS; in __write_partial_entries_in_entry_set()2103 p_fs->hint_uentry.entry = p_dir->size << (p_fs->cluster_size_bits - DENTRY_SIZE_BITS); in find_empty_entry()3020 num_root_sectors = GET16(p_bpb->num_root_entries) << DENTRY_SIZE_BITS; in fat16_mount()3061 DENTRY_SIZE_BITS); in fat16_mount()3114 DENTRY_SIZE_BITS); in fat32_mount()3189 DENTRY_SIZE_BITS); in exfat_mount()
1536 DENTRY_SIZE_BITS; in ffsReadStat()2240 EXFAT_I(inode)->fid.rwoffset = cpos >> DENTRY_SIZE_BITS; in exfat_readdir()2256 cpos = EXFAT_I(inode)->fid.rwoffset << DENTRY_SIZE_BITS; in exfat_readdir()3091 (p_bd->sector_size_bits - DENTRY_SIZE_BITS))) { in exfat_bmap()
34 #define DENTRY_SIZE_BITS 5 macro