Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Ddir.c90 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()
203 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry()
226 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link()
619 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
631 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
Ddump.c682 i += GET_DENTRY_SLOTS(name_len); in dump_dirent()
/third_party/f2fs-tools/include/
Df2fs_fs.h1117 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro