Searched refs:f2fs_add_link (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
D | dir.c | 220 int f2fs_add_link(struct f2fs_sb_info *sbi, struct f2fs_node *parent, in f2fs_add_link() function 622 ret = f2fs_add_link(sbi, node, filename, namelen, in convert_inline_dentry() 680 ret = f2fs_add_link(sbi, parent, child->i.i_name, in f2fs_create()
|
D | fsck.h | 282 int f2fs_add_link(struct f2fs_sb_info *, struct f2fs_node *,
|
D | fsck.c | 2509 ret = f2fs_add_link(sbi, lpf, (unsigned char *)name, namelen, in fsck_do_reconnect_file()
|