Searched refs:btrfs_find_name_in_backref (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | inode-item.c | 18 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() function 211 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], name); in btrfs_del_inode_ref() 335 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 351 if (btrfs_find_name_in_backref(path->nodes[0], in btrfs_insert_inode_ref()
|
H A D | inode-item.h | 103 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
H A D | tree-log.c | 1062 ret = !!btrfs_find_name_in_backref(path->nodes[0], in backref_in_log() 1326 ret = !!btrfs_find_name_in_backref(log_eb, log_slot, &name); in unlink_old_inode_refs()
|