Searched refs:GET_DENTRY_SLOTS (Results 1 – 3 of 3) sorted by relevance
91 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()204 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry()227 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link()620 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()632 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
683 i += GET_DENTRY_SLOTS(name_len); in dump_dirent()
1218 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro