HomeSort by relevance Sort by last modified time
    Searched refs:F2FS_SLOT_LEN (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/include/
f2fs_fs.h 1004 #define F2FS_SLOT_LEN 8
1007 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
1022 F2FS_SLOT_LEN) * \
1025 /* One directory entry slot representing F2FS_SLOT_LEN-sized file name */
1039 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
1048 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
1053 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 1133 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
1229 __u8 (*filename)[F2FS_SLOT_LEN],
1272 __u8 (*filename)[F2FS_SLOT_LEN], u8 **bitmap)
    [all...]
f2fs.h 126 __u8 (*filename)[F2FS_SLOT_LEN];
dir.c 57 d->filename = (__u8 (*)[F2FS_SLOT_LEN])((char *)src +
505 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN);

Completed in 212 milliseconds