Searched refs:parent_objectid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | inode-item.h | 83 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, int len) in btrfs_extref_hash() argument 85 return (u64)crc32c(parent_objectid, name, len); in btrfs_extref_hash()
|
| H A D | export.c | 13 parent_objectid) / 4) 47 fid->parent_objectid = btrfs_ino(BTRFS_I(parent)); in btrfs_encode_fh() 124 objectid = fid->parent_objectid; in btrfs_fh_to_parent()
|
| H A D | export.h | 19 u64 parent_objectid; member
|
| H A D | tree-log.c | 1423 u64 *parent_objectid) in extref_get_fields() argument 1437 if (parent_objectid) in extref_get_fields() 1438 *parent_objectid = btrfs_inode_extref_parent(eb, extref); in extref_get_fields() 1577 u64 parent_objectid; in add_inode_ref() local 1590 parent_objectid = btrfs_inode_extref_parent(wc->log_leaf, r); in add_inode_ref() 1593 parent_objectid = wc->log_key.offset; in add_inode_ref() 1603 dir = btrfs_iget_logging(parent_objectid, root); in add_inode_ref() 1611 parent_objectid, btrfs_root_id(root)); in add_inode_ref() 1629 &ref_index, &parent_objectid); in add_inode_ref() 1642 dir = btrfs_iget_logging(parent_objectid, root); in add_inode_ref() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 859 __le64 parent_objectid; member
|