HomeSort by relevance Sort by last modified time
    Searched defs:i_links (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/fsck/
fsck.c 367 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= 0x%x -> 0x%x"
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 454 __le32 i_links; /* links count */ member in struct:f2fs_inode

Completed in 3074 milliseconds