OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i_links
(Results
1 - 4
of
4
) 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
...]
mount.c
31
DISP_u32(inode,
i_links
);
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
454
__le32
i_links
; /* links count */
member in struct:f2fs_inode
/external/f2fs-tools/mkfs/
f2fs_format.c
745
raw_node->i.
i_links
= cpu_to_le32(2);
Completed in 89 milliseconds