Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Ddir.c91 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in find_target_dentry()
204 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry()
227 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link()
620 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
632 bit_pos += GET_DENTRY_SLOTS(namelen); in convert_inline_dentry()
Ddump.c683 i += GET_DENTRY_SLOTS(name_len); in dump_dirent()
/external/f2fs-tools/include/
Df2fs_fs.h1218 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS) macro