Symbol: btrfs_root_item
fs/btrfs/accessors.h
721
BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, generation, 64);
fs/btrfs/accessors.h
722
BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
fs/btrfs/accessors.h
723
BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
fs/btrfs/accessors.h
724
BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
fs/btrfs/accessors.h
726
BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, generation, 64);
fs/btrfs/accessors.h
727
BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
fs/btrfs/accessors.h
728
BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8);
fs/btrfs/accessors.h
729
BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
fs/btrfs/accessors.h
730
BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
fs/btrfs/accessors.h
731
BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
fs/btrfs/accessors.h
732
BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
fs/btrfs/accessors.h
733
BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
fs/btrfs/accessors.h
734
BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
fs/btrfs/accessors.h
735
BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
fs/btrfs/accessors.h
737
BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
fs/btrfs/accessors.h
739
BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item, ctransid, 64);
fs/btrfs/accessors.h
740
BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item, otransid, 64);
fs/btrfs/accessors.h
741
BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item, stransid, 64);
fs/btrfs/accessors.h
742
BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item, rtransid, 64);
fs/btrfs/ctree.h
183
struct btrfs_root_item root_item;
fs/btrfs/extent-tree.c
6265
struct btrfs_root_item *root_item = &root->root_item;
fs/btrfs/ioctl.c
1964
struct btrfs_root_item *root_item;
fs/btrfs/ioctl.c
3861
struct btrfs_root_item *root_item = &root->root_item;
fs/btrfs/ioctl.c
537
struct btrfs_root_item AUTO_KFREE(root_item);
fs/btrfs/ioctl.c
774
pending_snapshot->root_item = kzalloc_obj(struct btrfs_root_item);
fs/btrfs/print-tree.c
437
struct btrfs_root_item *ri;
fs/btrfs/print-tree.c
488
ri = btrfs_item_ptr(l, i, struct btrfs_root_item);
fs/btrfs/relocation.c
1505
struct btrfs_root_item *reloc_root_item;
fs/btrfs/relocation.c
1594
struct btrfs_root_item *root_item;
fs/btrfs/relocation.c
638
struct btrfs_root_item AUTO_KFREE(root_item);
fs/btrfs/relocation.c
821
struct btrfs_root_item *root_item;
fs/btrfs/root-tree.c
117
void btrfs_set_root_node(struct btrfs_root_item *item,
fs/btrfs/root-tree.c
129
*root, struct btrfs_key *key, struct btrfs_root_item
fs/btrfs/root-tree.c
204
const struct btrfs_key *key, struct btrfs_root_item *item)
fs/btrfs/root-tree.c
27
struct btrfs_root_item *item)
fs/btrfs/root-tree.c
449
void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item)
fs/btrfs/root-tree.c
464
struct btrfs_root_item *item = &root->root_item;
fs/btrfs/root-tree.c
68
struct btrfs_path *path, struct btrfs_root_item *root_item,
fs/btrfs/root-tree.h
12
struct btrfs_root_item;
fs/btrfs/root-tree.h
30
struct btrfs_root_item *item);
fs/btrfs/root-tree.h
32
struct btrfs_key *key, struct btrfs_root_item *item);
fs/btrfs/root-tree.h
34
struct btrfs_path *path, struct btrfs_root_item *root_item,
fs/btrfs/root-tree.h
37
void btrfs_set_root_node(struct btrfs_root_item *item,
fs/btrfs/root-tree.h
39
void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
fs/btrfs/transaction.c
1673
struct btrfs_root_item *new_root_item;
fs/btrfs/transaction.c
1974
struct btrfs_root_item *root_item;
fs/btrfs/transaction.h
182
struct btrfs_root_item *root_item;
fs/btrfs/transaction.h
23
struct btrfs_root_item;
fs/btrfs/tree-checker.c
1301
struct btrfs_root_item ri = { 0 };
fs/btrfs/tree-log.c
3168
struct btrfs_root_item *root_item)
fs/btrfs/tree-log.c
3317
struct btrfs_root_item new_root_item;
fs/btrfs/uuid-tree.c
400
struct btrfs_root_item root_item;
include/uapi/linux/btrfs_tree.h
981
return offsetof(struct btrfs_root_item, generation_v2);