Lines Matching refs:btrfs_root_item

1053 	struct btrfs_root_item root_item;
2080 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2082 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2083 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2084 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2086 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2088 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2089 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2090 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2091 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2092 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2093 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2094 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2095 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2097 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2099 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2101 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2103 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2105 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
2840 struct btrfs_root_item *item);
2844 struct btrfs_root_item *item);
2846 struct btrfs_path *path, struct btrfs_root_item *root_item,
2849 void btrfs_set_root_node(struct btrfs_root_item *item,
2851 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);