Searched refs:ref_objectid (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 | 3239 u64 *ref_objectid, int *path_change) argument 3270 *ref_objectid = btrfs_ref_objectid_v0(leaf, ref0); 3500 u64 ref_objectid; local 3510 ref_objectid = btrfs_extent_data_ref_objectid(leaf, ref); 3521 NULL, ref_objectid); 3538 key.objectid = ref_objectid; 3599 if (WARN_ON(key.objectid != ref_objectid ||
|
D | ctree.h | 3850 u64 inode_objectid, u64 ref_objectid, u64 index); 3854 u64 inode_objectid, u64 ref_objectid, u64 *index); 3867 u64 inode_objectid, u64 ref_objectid, int ins_len, 3871 u64 ref_objectid, const char *name,
|
D | tree-log.c | 915 u64 ref_objectid, in backref_in_log() argument 939 if (btrfs_find_name_in_ext_backref(path, ref_objectid, in backref_in_log()
|
D | inode.c | 6090 u64 ref_objectid, u64 objectid, in btrfs_new_inode() argument 6173 key[1].offset = ref_objectid; in btrfs_new_inode()
|