Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Droot-tree.c23 struct btrfs_root_item *item) in btrfs_read_root_item()
43 sizeof(*item) - offsetof(struct btrfs_root_item, in btrfs_read_root_item()
65 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
107 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
119 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
198 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
444 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item()
459 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
Dctree.h1119 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);
[all …]
Dprint-tree.c204 struct btrfs_root_item *ri; in btrfs_print_leaf()
249 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
Dtransaction.h155 struct btrfs_root_item *root_item;
Dtransaction.c1545 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1817 struct btrfs_root_item *root_item; in update_super_roots()
Drelocation.c736 struct btrfs_root_item *root_item; in create_reloc_root()
905 struct btrfs_root_item *root_item; in btrfs_update_reloc_root()
1598 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol()
1682 struct btrfs_root_item *root_item; in merge_reloc_root()
Dioctl.c510 struct btrfs_root_item *root_item; in create_subvol()
742 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot()
2693 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info()
4465 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
Dtree-checker.c1089 struct btrfs_root_item ri = { 0 }; in check_root_item()
Dtree-log.c2979 struct btrfs_root_item *root_item) in update_log_root()
3086 struct btrfs_root_item new_root_item; in btrfs_sync_log()
Dcheck-integrity.c956 struct btrfs_root_item root_item; in btrfsic_process_metablock()
Dextent-tree.c5487 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
Dvolumes.c4554 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h631 struct btrfs_root_item { struct
682 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument