Searched refs:btrfs_find_name_in_backref (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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()  function207 	ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], name,  in btrfs_del_inode_ref()
 336 		ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0],  in btrfs_insert_inode_ref()
 352 			if (btrfs_find_name_in_backref(path->nodes[0],  in btrfs_insert_inode_ref()
 
 | 
| D | tree-log.c | 1274 			ret = !!btrfs_find_name_in_backref(log_eb, log_slot,  in unlink_old_inode_refs()1340 		ret = !!btrfs_find_name_in_backref(path->nodes[0], path->slots[0],  in btrfs_inode_ref_exists()
 
 | 
| D | ctree.h | 2779 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
 |