Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Ddir.c147 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()
161 int s = GET_DENTRY_SLOTS(name->len); in find_in_level()
478 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry()
508 int slots = GET_DENTRY_SLOTS(namelen); in __f2fs_add_link()
657 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry()
755 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_fill_dentries()
Dinline.c402 int slots = GET_DENTRY_SLOTS(namelen); in f2fs_add_inline_entry()
462 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_inline_entry()
/linux-4.1.27/include/linux/
Df2fs_fs.h410 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro