Home
last modified time | relevance | path

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

/Linux-v4.19/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()
476 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry()
510 slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_regular_entry()
699 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry()
828 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_fill_dentries()
Dinline.c470 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_add_inline_entries()
540 int slots = GET_DENTRY_SLOTS(new_name->len); in f2fs_add_inline_entry()
597 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_inline_entry()
/Linux-v4.19/include/linux/
Df2fs_fs.h482 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro