Lines Matching refs:btrfs_root_item
765 struct btrfs_root_item { struct
1859 struct btrfs_root_item root_item;
2924 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2926 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2927 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2928 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2930 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2932 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2933 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2934 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2935 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2936 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2937 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2938 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2939 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2941 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2943 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2945 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2947 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2949 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
3768 *root, struct btrfs_key *key, struct btrfs_root_item
3773 struct btrfs_root_item *item);
3775 struct btrfs_path *path, struct btrfs_root_item *root_item,
3778 void btrfs_set_root_node(struct btrfs_root_item *item,
3780 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);