Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Ddir.c148 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()
164 int s = GET_DENTRY_SLOTS(name.len); in find_in_level()
499 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry()
549 slots = GET_DENTRY_SLOTS(new_name.len); in __f2fs_add_link()
695 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry()
817 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_fill_dentries()
Dinline.c441 int slots = GET_DENTRY_SLOTS(namelen); in f2fs_add_inline_entry()
502 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_inline_entry()
/linux-4.4.14/include/linux/
Df2fs_fs.h418 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro