Lines Matching refs:btrfs_root_item

765 struct btrfs_root_item {  struct
1832 struct btrfs_root_item root_item;
2880 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2882 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2883 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2884 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2886 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2888 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2889 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2890 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2891 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2892 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2893 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2894 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2895 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2897 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2899 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2901 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2903 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2905 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
3710 *root, struct btrfs_key *key, struct btrfs_root_item
3715 struct btrfs_root_item *item);
3717 struct btrfs_path *path, struct btrfs_root_item *root_item,
3720 void btrfs_set_root_node(struct btrfs_root_item *item,
3722 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);