Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Ddir.c239 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_find_target_dentry()
259 int s = GET_DENTRY_SLOTS(name.len); in find_in_level()
586 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry()
620 slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_regular_entry()
814 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry()
934 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_fill_dentries()
Dinline.c473 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_add_inline_entries()
552 int slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_inline_entry()
614 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_inline_entry()
/Linux-v5.4/include/linux/
Df2fs_fs.h496 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro