Searched refs:btrfs_find_name_in_ext_backref (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | inode-item.c | 40 int btrfs_find_name_in_ext_backref(struct extent_buffer *leaf, int slot, in btrfs_find_name_in_ext_backref() function 101 if (!btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 145 if (!btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref() 285 if (btrfs_find_name_in_ext_backref(path->nodes[0], in btrfs_insert_inode_extref()
|
D | tree-log.c | 948 if (btrfs_find_name_in_ext_backref(path->nodes[0], in backref_in_log() 1250 ret = btrfs_find_name_in_ext_backref(log_eb, log_slot, in unlink_old_inode_refs() 1317 ret = btrfs_find_name_in_ext_backref(path->nodes[0], in btrfs_inode_ref_exists()
|
D | ctree.h | 3096 int btrfs_find_name_in_ext_backref(struct extent_buffer *leaf, int slot,
|