Searched refs:btrfs_find_name_in_backref (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | inode-item.c | 11 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() function 203 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], name, in btrfs_del_inode_ref() 330 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 346 if (btrfs_find_name_in_backref(path->nodes[0], in btrfs_insert_inode_ref()
|
D | tree-log.c | 1021 ret = !!btrfs_find_name_in_backref(path->nodes[0], in backref_in_log() 1314 ret = !!btrfs_find_name_in_backref(log_eb, log_slot, in unlink_old_inode_refs() 1380 ret = !!btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_inode_ref_exists()
|
D | ctree.h | 3089 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|