btrfs_root_item
BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, generation, 64);
BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, generation, 64);
BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8);
BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item, ctransid, 64);
BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item, otransid, 64);
BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item, stransid, 64);
BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item, rtransid, 64);
struct btrfs_root_item root_item;
struct btrfs_root_item *root_item = &root->root_item;
struct btrfs_root_item *root_item;
struct btrfs_root_item *root_item = &root->root_item;
struct btrfs_root_item AUTO_KFREE(root_item);
pending_snapshot->root_item = kzalloc_obj(struct btrfs_root_item);
struct btrfs_root_item *ri;
ri = btrfs_item_ptr(l, i, struct btrfs_root_item);
struct btrfs_root_item *reloc_root_item;
struct btrfs_root_item *root_item;
struct btrfs_root_item AUTO_KFREE(root_item);
struct btrfs_root_item *root_item;
void btrfs_set_root_node(struct btrfs_root_item *item,
*root, struct btrfs_key *key, struct btrfs_root_item
const struct btrfs_key *key, struct btrfs_root_item *item)
struct btrfs_root_item *item)
void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item)
struct btrfs_root_item *item = &root->root_item;
struct btrfs_path *path, struct btrfs_root_item *root_item,
struct btrfs_root_item;
struct btrfs_root_item *item);
struct btrfs_key *key, struct btrfs_root_item *item);
struct btrfs_path *path, struct btrfs_root_item *root_item,
void btrfs_set_root_node(struct btrfs_root_item *item,
void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
struct btrfs_root_item *new_root_item;
struct btrfs_root_item *root_item;
struct btrfs_root_item *root_item;
struct btrfs_root_item;
struct btrfs_root_item ri = { 0 };
struct btrfs_root_item *root_item)
struct btrfs_root_item new_root_item;
struct btrfs_root_item root_item;
return offsetof(struct btrfs_root_item, generation_v2);