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

/external/f2fs-tools/fsck/
H A Dfsck.c367 u32 i_links = le32_to_cpu(node_blk->i.i_links); local
382 if (i_links > 1) {
384 add_into_hard_link_list(sbi, nid, i_links);
388 DBG(3, "[0x%x] has hard links [0x%x]\n", nid, i_links);
390 ASSERT_MSG("[0x%x] needs more i_links=0x%x",
391 nid, i_links);
393 node_blk->i.i_links =
394 cpu_to_le32(i_links + 1);
397 "i_links
[all...]
H A Dmount.c31 DISP_u32(inode, i_links);
/external/f2fs-tools/include/
H A Df2fs_fs.h454 __le32 i_links; /* links count */ member in struct:f2fs_inode
/external/f2fs-tools/mkfs/
H A Df2fs_format.c745 raw_node->i.i_links = cpu_to_le32(2);

Completed in 133 milliseconds