Lines Matching refs:btrfs_root_item

1324 	struct btrfs_root_item root_item;
2416 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2418 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2419 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2420 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2422 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2424 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2425 BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8);
2426 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2427 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
2428 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
2429 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
2430 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2431 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
2432 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item,
2434 BTRFS_SETGET_STACK_FUNCS(root_generation_v2, struct btrfs_root_item,
2436 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item,
2438 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item,
2440 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item,
2442 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item,
3247 struct btrfs_root_item *item);
3251 struct btrfs_root_item *item);
3253 struct btrfs_path *path, struct btrfs_root_item *root_item,
3256 void btrfs_set_root_node(struct btrfs_root_item *item,
3258 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);