Lines Matching refs:btrfs_root_item
1119 struct btrfs_root_item root_item;
2200 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2202 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2203 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2204 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2206 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2208 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2209 BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8);
2210 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2211 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2212 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2213 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2214 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2215 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2216 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2218 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2220 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2222 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2224 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2226 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
2996 struct btrfs_root_item *item);
3000 struct btrfs_root_item *item);
3002 struct btrfs_path *path, struct btrfs_root_item *root_item,
3005 void btrfs_set_root_node(struct btrfs_root_item *item,
3007 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);