Searched refs:btrfs_root_item (Results 1 – 14 of 14) sorted by relevance
/linux/fs/btrfs/ |
H A D | root-tree.h | 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);
|
H A D | accessors.h | 736 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, generation, 64); 737 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32); 738 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64); 739 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8); 741 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, generation, 64); 742 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64); 743 BTRFS_SETGET_STACK_FUNCS(root_drop_level, struct btrfs_root_item, drop_level, 8); 744 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8); 745 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64); 746 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32); [all …]
|
H A D | root-tree.c | 27 struct btrfs_root_item *item) in btrfs_read_root_item() 68 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root() 117 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node() 129 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root() 206 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root() 468 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item() 483 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
|
H A D | transaction.h | 26 struct btrfs_root_item; 183 struct btrfs_root_item *root_item;
|
H A D | print-tree.c | 235 struct btrfs_root_item *ri; in btrfs_print_leaf() 279 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
|
H A D | ctree.h | 177 struct btrfs_root_item root_item;
|
H A D | uuid-tree.c | 403 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
H A D | relocation.c | 580 struct btrfs_root_item *root_item; in create_reloc_root() 748 struct btrfs_root_item *root_item; in btrfs_update_reloc_root() 1414 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol() 1498 struct btrfs_root_item *root_item; in merge_reloc_root()
|
H A D | transaction.c | 1633 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1929 struct btrfs_root_item *root_item; in update_super_roots()
|
H A D | ioctl.c | 508 struct btrfs_root_item *root_item; in create_subvol() 741 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot() 2073 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info() 3990 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
|
H A D | tree-checker.c | 1190 struct btrfs_root_item ri = { 0 }; in check_root_item()
|
H A D | tree-log.c | 2784 struct btrfs_root_item *root_item) in update_log_root() 2933 struct btrfs_root_item new_root_item; in btrfs_sync_log()
|
H A D | extent-tree.c | 6015 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 920 struct btrfs_root_item { struct 971 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument
|