Home
last modified time | relevance | path

Searched refs:chunk_root (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c95 btrfs_info.chunk_root.objectid = 0; in btrfs_probe()
96 btrfs_info.chunk_root.bytenr = btrfs_info.sb.chunk_root; in btrfs_probe()
H A Dsuper.c130 if (!IS_ALIGNED(sb->chunk_root, sb->sectorsize)) { in btrfs_check_super()
132 sb->chunk_root); in btrfs_check_super()
H A Dbtrfs.h19 struct btrfs_root chunk_root; member
H A Dconv-funcs.h160 DEFINE_CONV(btrfs_root_backup, tree_root, tree_root_gen, chunk_root,
165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
H A Dctree.h106 __u64 chunk_root; member
152 __u64 chunk_root; member
H A Dchunk-map.c155 if (btrfs_search_tree(&btrfs_info.chunk_root, &key, &path)) in btrfs_read_chunk_tree()