Searched refs:btrfs_find_name_in_ext_backref (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | inode-item.c | 54 int btrfs_find_name_in_ext_backref(struct btrfs_path *path, u64 ref_objectid, in btrfs_find_name_in_ext_backref() function 116 if (!btrfs_find_name_in_ext_backref(path, ref_objectid, name, name_len, &extref)) in btrfs_lookup_inode_extref() 158 if (!btrfs_find_name_in_ext_backref(path, ref_objectid, in btrfs_del_inode_extref() 296 if (btrfs_find_name_in_ext_backref(path, ref_objectid, in btrfs_insert_inode_extref()
|
D | ctree.h | 3870 int btrfs_find_name_in_ext_backref(struct btrfs_path *path,
|
D | tree-log.c | 939 if (btrfs_find_name_in_ext_backref(path, ref_objectid, in backref_in_log()
|