Searched refs:btrfs_find_name_in_backref (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
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()
|
D | inode-item.h | 103 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | tree-log.c | 1043 ret = !!btrfs_find_name_in_backref(path->nodes[0], in backref_in_log() 1307 ret = !!btrfs_find_name_in_backref(log_eb, log_slot, &name); in unlink_old_inode_refs()
|