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

  /external/f2fs-tools/fsck/
fsck.c 632 u32 i_links = le32_to_cpu(node_blk->i.i_links); local
657 if (i_links > 1 && ftype != F2FS_FT_ORPHAN &&
660 add_into_hard_link_list(sbi, nid, i_links);
664 DBG(3, "[0x%x] has hard links [0x%x]\n", nid, i_links);
666 ASSERT_MSG("[0x%x] needs more i_links=0x%x",
667 nid, i_links);
669 node_blk->i.i_links =
670 cpu_to_le32(i_links + 1);
673 "i_links= 0x%x -> 0x%x"
    [all...]
mkquota.c 291 if (inode->i_links > 1) {
dir.c 285 /* Update parent's i_links info*/
287 u32 links = le32_to_cpu(parent->i.i_links);
288 parent->i.i_links = cpu_to_le32(links + 1);
421 node_blk->i.i_links = cpu_to_le32(links);
mount.c 199 DISP_u32(inode, i_links);
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 995 raw_node->i.i_links = cpu_to_le32(2);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 751 __le32 i_links; /* links count */ member in struct:f2fs_inode
    [all...]

Completed in 3373 milliseconds