Searched refs:i_links (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
H A Dfsck.c346 u32 i_links = le32_to_cpu(node_blk->i.i_links); local
360 if (i_links > 1) {
362 add_into_hard_link_list(sbi, nid, i_links);
366 DBG(3, "[0x%x] has hard links [0x%x]\n", nid, i_links);
368 ASSERT_MSG("[0x%x] needs more i_links=0x%x",
369 nid, i_links);
371 node_blk->i.i_links =
372 cpu_to_le32(i_links + 1);
375 "i_links
[all...]
H A Dmount.c21 DISP_u32(inode, i_links);
/external/f2fs-tools/include/
H A Df2fs_fs.h445 __le32 i_links; /* links count */ member in struct:f2fs_inode
/external/f2fs-tools/mkfs/
H A Df2fs_format.c717 raw_node->i.i_links = cpu_to_le32(2);

Completed in 621 milliseconds