Home
last modified time | relevance | path

Searched refs:parent_objectid (Results 1 – 4 of 4) sorted by relevance

/fs/btrfs/
Dexport.c12 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()
Dexport.h15 u64 parent_objectid; member
Dtree-log.c1018 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
1034 search_key.offset = parent_objectid; in __add_inode_ref()
1068 parent_objectid, in __add_inode_ref()
1100 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1120 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref()
1131 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref()
1136 parent_objectid, victim_name, in __add_inode_ref()
1140 parent_objectid); in __add_inode_ref()
1198 u64 *parent_objectid) in extref_get_fields() argument
1214 if (parent_objectid) in extref_get_fields()
[all …]
Dctree.h1551 parent_objectid, 64);
2355 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument
2358 return (u64) crc32c(parent_objectid, name, len); in btrfs_extref_hash()