Searched refs:parent_objectid (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/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 | 1000 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1016 search_key.offset = parent_objectid; in __add_inode_ref() 1050 parent_objectid, in __add_inode_ref() 1082 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1102 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref() 1113 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref() 1118 parent_objectid, victim_name, in __add_inode_ref() 1122 parent_objectid); in __add_inode_ref() 1181 u64 *parent_objectid) in extref_get_fields() argument 1197 if (parent_objectid) in extref_get_fields() [all …]
|
D | ctree.h | 1738 parent_objectid, 64); 2576 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument 2579 return (u64) crc32c(parent_objectid, name, len); in btrfs_extref_hash()
|
/linux-4.19.296/include/uapi/linux/ |
D | btrfs_tree.h | 542 __le64 parent_objectid; member
|