Lines Matching refs:btrfs_root_item

1172 	struct btrfs_root_item root_item;
2131 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2133 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2134 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2135 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2137 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2139 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2140 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2141 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2142 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2143 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2144 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2145 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2146 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2148 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2150 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2152 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2154 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2156 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
2997 struct btrfs_root_item *item);
3001 struct btrfs_root_item *item);
3003 struct btrfs_path *path, struct btrfs_root_item *root_item,
3006 void btrfs_set_root_node(struct btrfs_root_item *item,
3008 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);