Home
last modified time | relevance | path

Searched refs:ref_objectid (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dinode-item.c54 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 …]
Drelocation.c3233 u64 *ref_objectid, int *path_change) argument
3264 *ref_objectid = btrfs_ref_objectid_v0(leaf, ref0);
3494 u64 ref_objectid; local
3504 ref_objectid = btrfs_extent_data_ref_objectid(leaf, ref);
3515 NULL, ref_objectid);
3532 key.objectid = ref_objectid;
3593 if (WARN_ON(key.objectid != ref_objectid ||
Dctree.h3792 u64 inode_objectid, u64 ref_objectid, u64 index);
3796 u64 inode_objectid, u64 ref_objectid, u64 *index);
3809 u64 inode_objectid, u64 ref_objectid, int ins_len,
3813 u64 ref_objectid, const char *name,
Dtree-log.c868 u64 ref_objectid, in backref_in_log() argument
892 if (btrfs_find_name_in_ext_backref(path, ref_objectid, in backref_in_log()
Dinode.c6019 u64 ref_objectid, u64 objectid, in btrfs_new_inode() argument
6102 key[1].offset = ref_objectid; in btrfs_new_inode()