Searched refs:ref_objectid (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | inode-item.c | 54 int btrfs_find_name_in_ext_backref(struct btrfs_path *path, u64 ref_objectid, in btrfs_find_name_in_ext_backref() argument 82 btrfs_inode_extref_parent(leaf, extref) == ref_objectid && in btrfs_find_name_in_ext_backref() 100 u64 inode_objectid, u64 ref_objectid, int ins_len, in btrfs_lookup_inode_extref() argument 109 key.offset = btrfs_extref_hash(ref_objectid, name, name_len); in btrfs_lookup_inode_extref() 116 if (!btrfs_find_name_in_ext_backref(path, ref_objectid, name, name_len, &extref)) in btrfs_lookup_inode_extref() 124 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument 139 key.offset = btrfs_extref_hash(ref_objectid, name, name_len); in btrfs_del_inode_extref() 158 if (!btrfs_find_name_in_ext_backref(path, ref_objectid, in btrfs_del_inode_extref() 196 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument 211 key.offset = ref_objectid; in btrfs_del_inode_ref() [all …]
|
D | relocation.c | 3269 u64 *ref_objectid, int *path_change) argument 3300 *ref_objectid = btrfs_ref_objectid_v0(leaf, ref0); 3530 u64 ref_objectid; local 3540 ref_objectid = btrfs_extent_data_ref_objectid(leaf, ref); 3551 NULL, ref_objectid); 3568 key.objectid = ref_objectid; 3629 if (WARN_ON(key.objectid != ref_objectid ||
|
D | ctree.h | 3874 u64 inode_objectid, u64 ref_objectid, u64 index); 3878 u64 inode_objectid, u64 ref_objectid, u64 *index); 3891 u64 inode_objectid, u64 ref_objectid, int ins_len, 3895 u64 ref_objectid, const char *name,
|
D | tree-log.c | 916 u64 ref_objectid, in backref_in_log() argument 940 if (btrfs_find_name_in_ext_backref(path, ref_objectid, in backref_in_log()
|
D | inode.c | 6177 u64 ref_objectid, u64 objectid, in btrfs_new_inode() argument 6260 key[1].offset = ref_objectid; in btrfs_new_inode()
|