Lines Matching refs:btrfs_root_item

1061 	struct btrfs_root_item root_item;
2088 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2090 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2091 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2092 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2094 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2096 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2097 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2098 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2099 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2100 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2101 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2102 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2103 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2105 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2107 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2109 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2111 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2113 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
2847 struct btrfs_root_item *item);
2851 struct btrfs_root_item *item);
2853 struct btrfs_path *path, struct btrfs_root_item *root_item,
2856 void btrfs_set_root_node(struct btrfs_root_item *item,
2858 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);