Home
last modified time | relevance | path

Searched refs:f2fs_dentry_block (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/fsck/
Ddir.c42 struct f2fs_dentry_block *t = (struct f2fs_dentry_block *)src; in make_dentry_ptr()
231 struct f2fs_dentry_block *dentry_blk; in f2fs_add_link()
338 struct f2fs_dentry_block *dent_blk; in make_empty_dir()
574 struct f2fs_dentry_block *dentry_blk; in convert_inline_dentry()
Dfsck.c1805 struct f2fs_dentry_block *de_blk; in fsck_chk_dentry_blk()
1810 de_blk = (struct f2fs_dentry_block *)calloc(BLOCK_SZ, 1); in fsck_chk_dentry_blk()
/third_party/f2fs-tools/include/
Df2fs_fs.h1377 struct f2fs_dentry_block { struct
1385 static_assert(sizeof(struct f2fs_dentry_block) == F2FS_BLKSIZE, ""); argument
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1494 struct f2fs_dentry_block *dent_blk; in f2fs_add_default_dentry_lpf()
1631 struct f2fs_dentry_block *dent_blk = NULL; in f2fs_add_default_dentry_root()