Home
last modified time | relevance | path

Searched refs:btrfs_root_item (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/fs/btrfs/
Droot-tree.c23 struct btrfs_root_item *item) in btrfs_read_root_item()
44 sizeof(*item) - offsetof(struct btrfs_root_item, in btrfs_read_root_item()
67 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
109 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
121 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
200 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
477 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item()
492 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
Dctree.h970 struct btrfs_root_item root_item;
1942 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
1944 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
1945 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
1946 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
1948 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
1950 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
1951 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
1952 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
1953 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
[all …]
Dprint-tree.c172 struct btrfs_root_item *ri; in btrfs_print_leaf()
217 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
Dtransaction.h134 struct btrfs_root_item *root_item;
Dtransaction.c1397 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1677 struct btrfs_root_item *root_item; in update_super_roots()
Drelocation.c1357 struct btrfs_root_item *root_item; in create_reloc_root()
1478 struct btrfs_root_item *root_item; in btrfs_update_reloc_root()
2165 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol()
2229 struct btrfs_root_item *root_item; in merge_reloc_root()
Dioctl.c564 struct btrfs_root_item *root_item; in create_subvol()
774 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot()
2625 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info()
4998 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
Dtree-checker.c820 struct btrfs_root_item ri; in check_root_item()
Dtree-log.c2936 struct btrfs_root_item *root_item) in update_log_root()
3045 struct btrfs_root_item new_root_item; in btrfs_sync_log()
Dcheck-integrity.c1018 struct btrfs_root_item root_item; in btrfsic_process_metablock()
Dextent-tree.c5182 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
Dvolumes.c4419 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h608 struct btrfs_root_item { struct