Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c365 u32 child_cnt = 0, child_files = 0; in fsck_chk_inode_blk() local
446 &child_cnt, &child_files); in fsck_chk_inode_blk()
472 &child_cnt, &child_files, in fsck_chk_inode_blk()
533 if (ftype == F2FS_FT_DIR && i_links != child_cnt) { in fsck_chk_inode_blk()
535 nid, i_links, child_cnt); in fsck_chk_inode_blk()
537 node_blk->i.i_links = cpu_to_le32(child_cnt); in fsck_chk_inode_blk()
540 nid, i_links, child_cnt); in fsck_chk_inode_blk()
558 u32 child_cnt = 0, child_files = 0; in fsck_chk_dnode_blk() local
566 &child_cnt, &child_files, in fsck_chk_dnode_blk()
665 static int __chk_dentries(struct f2fs_sb_info *sbi, u32 *child_cnt, in __chk_dentries() argument
[all …]