/openbmc/linux/fs/btrfs/ |
H A D | root-tree.h | 18 struct btrfs_root_item *item); 22 struct btrfs_root_item *item); 24 struct btrfs_path *path, struct btrfs_root_item *root_item, 27 void btrfs_set_root_node(struct btrfs_root_item *item, 29 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
|
H A D | accessors.h | 716 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, generation, 64); 717 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32); 718 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64); 719 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8); 721 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, generation, 64); 722 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64); 723 BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8); 724 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8); 725 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64); 726 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32); [all …]
|
H A D | root-tree.c | 28 struct btrfs_root_item *item) in btrfs_read_root_item() 68 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root() 110 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node() 122 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root() 201 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root() 461 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item() 476 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
|
H A D | print-tree.c | 209 struct btrfs_root_item *ri; in btrfs_print_leaf() 253 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
|
H A D | transaction.h | 165 struct btrfs_root_item *root_item;
|
H A D | ctree.h | 202 struct btrfs_root_item root_item;
|
H A D | relocation.c | 680 struct btrfs_root_item *root_item; in create_reloc_root() 849 struct btrfs_root_item *root_item; in btrfs_update_reloc_root() 1549 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol() 1633 struct btrfs_root_item *root_item; in merge_reloc_root()
|
H A D | transaction.c | 1634 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1921 struct btrfs_root_item *root_item; in update_super_roots()
|
H A D | ioctl.c | 588 struct btrfs_root_item *root_item; in create_subvol() 824 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot() 2161 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info() 3979 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
|
H A D | tree-checker.c | 1155 struct btrfs_root_item ri = { 0 }; in check_root_item()
|
H A D | tree-log.c | 2787 struct btrfs_root_item *root_item) in update_log_root() 2891 struct btrfs_root_item new_root_item; in btrfs_sync_log()
|
H A D | check-integrity.c | 956 struct btrfs_root_item root_item; in btrfsic_process_metablock()
|
H A D | extent-tree.c | 5677 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
H A D | volumes.c | 4699 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
/openbmc/u-boot/fs/btrfs/ |
H A 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()
|
H A D | btrfs.h | 64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *);
|
H A D | conv-funcs.h | 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
|
H A D | btrfs_tree.h | 588 struct btrfs_root_item { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 875 struct btrfs_root_item { struct 926 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument
|