Searched refs:btrfs_root_item (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | root-tree.c | 21 struct btrfs_root_item *item) in btrfs_read_root_item() 42 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() 197 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root() 470 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item() 485 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
|
D | ctree.h | 1172 struct btrfs_root_item root_item; 2131 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, 2133 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32); 2134 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64); 2135 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8); 2137 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, 2139 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64); 2140 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8); 2141 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64); 2142 BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32); [all …]
|
D | print-tree.c | 172 struct btrfs_root_item *ri; in btrfs_print_leaf() 217 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
|
D | transaction.h | 136 struct btrfs_root_item *root_item;
|
D | transaction.c | 1413 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1694 struct btrfs_root_item *root_item; in update_super_roots()
|
D | ioctl.c | 554 struct btrfs_root_item *root_item; in create_subvol() 759 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot() 2602 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info() 5405 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
|
D | relocation.c | 1344 struct btrfs_root_item *root_item; in create_reloc_root() 1458 struct btrfs_root_item *root_item; in btrfs_update_reloc_root() 2132 struct btrfs_root_item *root_item; in merge_reloc_root()
|
D | check-integrity.c | 1018 struct btrfs_root_item root_item; in btrfsic_process_metablock()
|
D | volumes.c | 4079 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
D | extent-tree.c | 8870 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 603 struct btrfs_root_item { struct
|