OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i_links
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
fsck.c
346
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
= 0x%x -> 0x%x"
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
445
__le32
i_links
; /* links count */
member in struct:f2fs_inode
Completed in 3541 milliseconds