Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Droot-tree.c23 struct btrfs_root_item *item) in btrfs_read_root_item()
63 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
105 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
117 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
196 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
457 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item()
472 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
Dctree.h1324 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);
[all …]
Dprint-tree.c204 struct btrfs_root_item *ri; in btrfs_print_leaf()
248 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
Dtransaction.h156 struct btrfs_root_item *root_item;
Drelocation.c738 struct btrfs_root_item *root_item; in create_reloc_root()
907 struct btrfs_root_item *root_item; in btrfs_update_reloc_root()
1602 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol()
1686 struct btrfs_root_item *root_item; in merge_reloc_root()
Dtransaction.c1605 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1877 struct btrfs_root_item *root_item; in update_super_roots()
Dioctl.c577 struct btrfs_root_item *root_item; in create_subvol()
797 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot()
3012 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info()
4809 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
Dtree-checker.c1121 struct btrfs_root_item ri = { 0 }; in check_root_item()
Dcheck-integrity.c954 struct btrfs_root_item root_item; in btrfsic_process_metablock()
Dtree-log.c2839 struct btrfs_root_item *root_item) in update_log_root()
2943 struct btrfs_root_item new_root_item; in btrfs_sync_log()
Dextent-tree.c5654 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
Dvolumes.c4634 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
/Linux-v6.1/include/uapi/linux/
Dbtrfs_tree.h636 struct btrfs_root_item { struct
687 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument