Searched refs:btrfs_root_item (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | root.c | 10 static void read_root_item(struct btrfs_path *p, struct btrfs_root_item *item) in read_root_item() 16 memcpy(item, btrfs_path_item_ptr(p, struct btrfs_root_item), len); in read_root_item() 29 sizeof(*item) - offsetof(struct btrfs_root_item, in read_root_item() 35 struct btrfs_root_item *root_item) in btrfs_find_root() 38 struct btrfs_root_item my_root_item; in btrfs_find_root()
|
D | btrfs.h | 64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *);
|
D | conv-funcs.h | 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
|
D | btrfs_tree.h | 588 struct btrfs_root_item { struct
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs_tree.h | 604 struct btrfs_root_item { struct
|