Searched refs:btrfs_root_item (Results 1 – 7 of 7) sorted by relevance
12 struct btrfs_root_item;30 struct btrfs_root_item *item);32 struct btrfs_key *key, struct btrfs_root_item *item);34 struct btrfs_path *path, struct btrfs_root_item *root_item,37 void btrfs_set_root_node(struct btrfs_root_item *item,39 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
588 struct btrfs_root_item AUTO_KFREE(root_item); in create_reloc_root()768 struct btrfs_root_item *root_item; in btrfs_update_reloc_root()1427 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol()1511 struct btrfs_root_item *root_item; in merge_reloc_root()
1655 struct btrfs_root_item *new_root_item; in create_pending_snapshot()1950 struct btrfs_root_item *root_item; in update_super_roots()
506 struct btrfs_root_item AUTO_KFREE(root_item); in create_subvol()736 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot()2028 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info()3910 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
1191 struct btrfs_root_item ri = { 0 }; in check_root_item()
3172 struct btrfs_root_item *root_item) in update_log_root()3321 struct btrfs_root_item new_root_item; in btrfs_sync_log()
920 struct btrfs_root_item { struct971 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument