Lines Matching defs:root_owner
1926 int btrfs_check_eb_owner(const struct extent_buffer *eb, u64 root_owner)
1928 const bool is_subvol = is_fstree(root_owner);
1939 * reloc) passing 0 as @root_owner, as they are not holding the
1943 if (root_owner == 0)
1949 if (root_owner == BTRFS_TREE_LOG_OBJECTID ||
1950 root_owner == BTRFS_TREE_RELOC_OBJECTID)
1955 if (unlikely(root_owner != eb_owner)) {
1959 root_owner, btrfs_header_bytenr(eb), eb_owner,
1960 root_owner);
1974 root_owner, btrfs_header_bytenr(eb), eb_owner,