Searched refs:parent_objectid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/btrfs/ |
D | export.h | 15 u64 parent_objectid; member
|
D | export.c | 12 parent_objectid) / 4) 42 fid->parent_objectid = BTRFS_I(parent)->location.objectid; in btrfs_encode_fh() 127 objectid = fid->parent_objectid; in btrfs_fh_to_parent()
|
D | tree-log.c | 1004 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1020 search_key.offset = parent_objectid; in __add_inode_ref() 1054 parent_objectid, in __add_inode_ref() 1086 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1104 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref() 1115 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref() 1120 parent_objectid, victim_name, in __add_inode_ref() 1124 parent_objectid); in __add_inode_ref() 1178 u64 *parent_objectid) in extref_get_fields() argument 1194 if (parent_objectid) in extref_get_fields() [all …]
|
D | ctree.h | 1547 parent_objectid, 64); 2351 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument 2354 return (u64) crc32c(parent_objectid, name, len); in btrfs_extref_hash()
|
/Linux-v5.4/include/uapi/linux/ |
D | btrfs_tree.h | 547 __le64 parent_objectid; member
|