Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dhash.h36 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument
39 return (u64) btrfs_crc32c(parent_objectid, name, len); in btrfs_extref_hash()
Dexport.h13 u64 parent_objectid; member
Dexport.c10 parent_objectid) / 4)
40 fid->parent_objectid = BTRFS_I(parent)->location.objectid; in btrfs_encode_fh()
125 objectid = fid->parent_objectid; in btrfs_fh_to_parent()
Dtree-log.c926 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
942 search_key.offset = parent_objectid; in __add_inode_ref()
976 parent_objectid, in __add_inode_ref()
1009 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1027 if (btrfs_inode_extref_parent(leaf, extref) != parent_objectid) in __add_inode_ref()
1038 search_key.offset = btrfs_extref_hash(parent_objectid, in __add_inode_ref()
1043 parent_objectid, victim_name, in __add_inode_ref()
1047 parent_objectid); in __add_inode_ref()
1103 u64 *parent_objectid) in extref_get_fields() argument
1118 if (parent_objectid) in extref_get_fields()
[all …]
Dctree.h696 __le64 parent_objectid; member
2471 parent_objectid, 64);