Searched refs:parent_objectid (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | export.c | 14 parent_objectid) / 4) 44 fid->parent_objectid = BTRFS_I(parent)->location.objectid; in btrfs_encode_fh() 119 objectid = fid->parent_objectid; in btrfs_fh_to_parent()
|
| D | export.h | 15 u64 parent_objectid; member
|
| D | ctree.h | 491 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument 494 return (u64) crc32c(parent_objectid, name, len); in btrfs_extref_hash()
|
| D | tree-log.c | 1056 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1069 search_key.offset = parent_objectid; in __add_inode_ref() 1101 parent_objectid, &victim_name); in __add_inode_ref() 1125 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1145 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref() 1156 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref() 1160 parent_objectid, &victim_name); in __add_inode_ref() 1167 parent_objectid); in __add_inode_ref() 1217 u64 *parent_objectid) in extref_get_fields() argument 1231 if (parent_objectid) in extref_get_fields() [all …]
|
| D | accessors.h | 269 parent_objectid, 64);
|
| /Linux-v6.6/include/uapi/linux/ |
| D | btrfs_tree.h | 814 __le64 parent_objectid; member
|