Home
last modified time | relevance | path

Searched refs:GET_DENTRY_SLOTS (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/f2fs/
Ddir.c140 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_find_target_dentry()
156 int s = GET_DENTRY_SLOTS(name.len); in find_in_level()
474 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry()
508 slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_regular_entry()
702 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry()
813 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_fill_dentries()
Dinline.c480 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_add_inline_entries()
550 int slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_inline_entry()
612 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_inline_entry()
/linux-4.19.296/include/linux/
Df2fs_fs.h482 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro