Searched refs:btrfs_root_item (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | root-tree.c | 23 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()
|
| D | ctree.h | 970 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 …]
|
| 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 | 134 struct btrfs_root_item *root_item;
|
| D | transaction.c | 1397 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1677 struct btrfs_root_item *root_item; in update_super_roots()
|
| D | relocation.c | 1357 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()
|
| D | ioctl.c | 564 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()
|
| D | tree-checker.c | 820 struct btrfs_root_item ri; in check_root_item()
|
| D | tree-log.c | 2936 struct btrfs_root_item *root_item) in update_log_root() 3045 struct btrfs_root_item new_root_item; in btrfs_sync_log()
|
| D | check-integrity.c | 1018 struct btrfs_root_item root_item; in btrfsic_process_metablock()
|
| D | extent-tree.c | 5182 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
| D | volumes.c | 4419 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 608 struct btrfs_root_item { struct
|