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()
106 objectid = fid->parent_objectid; in btrfs_fh_to_parent()
Dexport.h15 u64 parent_objectid; member
Dtree-log.c990 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
1006 search_key.offset = parent_objectid; in __add_inode_ref()
1040 parent_objectid, victim_name, in __add_inode_ref()
1075 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1095 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref()
1106 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref()
1110 parent_objectid, victim_name, in __add_inode_ref()
1118 parent_objectid); in __add_inode_ref()
1176 u64 *parent_objectid) in extref_get_fields() argument
1192 if (parent_objectid) in extref_get_fields()
[all …]
Dctree.h1669 parent_objectid, 64);
2502 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument
2505 return (u64) crc32c(parent_objectid, name, len); in btrfs_extref_hash()