Searched refs:btrfs_find_name_in_backref (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | inode-item.h | 89 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | inode-item.c | 12 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() function 204 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], name, in btrfs_del_inode_ref() 329 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 345 if (btrfs_find_name_in_backref(path->nodes[0], in btrfs_insert_inode_ref()
|
D | tree-log.c | 1051 ret = !!btrfs_find_name_in_backref(path->nodes[0], in backref_in_log() 1331 ret = !!btrfs_find_name_in_backref(log_eb, log_slot, in unlink_old_inode_refs()
|