Searched refs:GET_DENTRY_SLOTS (Results 1 – 2 of 2) sorted by relevance
81 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()175 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry()198 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link()517 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()529 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
877 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro