Searched refs:parent_objectid (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/btrfs/
H A Dexport.h19 u64 parent_objectid; member in struct:btrfs_fid
H A Dinode-item.h83 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, int len) argument
85 return (u64)crc32c(parent_objectid, name, len);
H A Dexport.c13 parent_objectid) / 4)
43 fid->parent_objectid = BTRFS_I(parent)->location.objectid;
118 objectid = fid->parent_objectid;
H A Dtree-log.c1054 u64 inode_objectid, u64 parent_objectid,
1067 search_key.offset = parent_objectid;
1099 parent_objectid, &victim_name);
1123 inode_objectid, parent_objectid, 0,
1143 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid)
1154 search_key.offset = btrfs_extref_hash(parent_objectid,
1158 parent_objectid, &victim_name);
1165 parent_objectid);
1215 u64 *parent_objectid)
1229 if (parent_objectid)
1048 __add_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_root *log_root, struct btrfs_inode *dir, struct btrfs_inode *inode, u64 inode_objectid, u64 parent_objectid, u64 ref_index, struct fscrypt_str *name) argument
1213 extref_get_fields(struct extent_buffer *eb, unsigned long ref_ptr, struct fscrypt_str *name, u64 *index, u64 *parent_objectid) argument
1359 u64 parent_objectid; local
[all...]
H A Daccessors.h279 parent_objectid, 64);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h863 __le64 parent_objectid; member in struct:btrfs_inode_extref

Completed in 282 milliseconds