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