Searched refs:parent_objectid (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | export.h | 13 u64 parent_objectid; member in struct:btrfs_fid
|
H A D | hash.h | 36 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, btrfs_extref_hash() argument 39 return (u64) btrfs_crc32c(parent_objectid, name, len); btrfs_extref_hash()
|
H A D | export.c | 10 parent_objectid) / 4) 40 fid->parent_objectid = BTRFS_I(parent)->location.objectid; btrfs_encode_fh() 125 objectid = fid->parent_objectid; btrfs_fh_to_parent()
|
H A D | tree-log.c | 926 u64 inode_objectid, u64 parent_objectid, __add_inode_ref() 942 search_key.offset = parent_objectid; __add_inode_ref() 976 parent_objectid, __add_inode_ref() 1009 inode_objectid, parent_objectid, 0, __add_inode_ref() 1027 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) __add_inode_ref() 1038 search_key.offset = btrfs_extref_hash(parent_objectid, __add_inode_ref() 1043 parent_objectid, victim_name, __add_inode_ref() 1047 parent_objectid); __add_inode_ref() 1103 u64 *parent_objectid) extref_get_fields() 1118 if (parent_objectid) extref_get_fields() 1119 *parent_objectid = btrfs_inode_extref_parent(eb, extref); extref_get_fields() 1165 u64 parent_objectid; add_inode_ref() local 1179 parent_objectid = btrfs_inode_extref_parent(eb, r); add_inode_ref() 1182 parent_objectid = key->offset; add_inode_ref() 1192 dir = read_one_inode(root, parent_objectid); add_inode_ref() 1207 &ref_index, &parent_objectid); add_inode_ref() 1213 dir = read_one_inode(root, parent_objectid); add_inode_ref() 1240 parent_objectid, add_inode_ref() 920 __add_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_root *log_root, struct inode *dir, struct inode *inode, struct extent_buffer *eb, u64 inode_objectid, u64 parent_objectid, u64 ref_index, char *name, int namelen, int *search_done) __add_inode_ref() argument 1101 extref_get_fields(struct extent_buffer *eb, unsigned long ref_ptr, u32 *namelen, char **name, u64 *index, u64 *parent_objectid) extref_get_fields() argument
|
H A D | ctree.h | 696 __le64 parent_objectid; member in struct:btrfs_inode_extref 2471 parent_objectid, 64);
|
Completed in 175 milliseconds