Searched refs:btrfs_root_item (Results 1 – 13 of 13) sorted by relevance
/linux/fs/btrfs/ |
A D | root-tree.c | 23 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() 443 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item() 458 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
|
A D | ctree.h | 1138 struct btrfs_root_item root_item; 2219 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, 2225 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item, 2239 BTRFS_SETGET_STACK_FUNCS(root_ctransid, struct btrfs_root_item, 2241 BTRFS_SETGET_STACK_FUNCS(root_otransid, struct btrfs_root_item, 2243 BTRFS_SETGET_STACK_FUNCS(root_stransid, struct btrfs_root_item, 2245 BTRFS_SETGET_STACK_FUNCS(root_rtransid, struct btrfs_root_item, 3053 struct btrfs_root_item *item); 3057 struct btrfs_root_item *item); 3059 struct btrfs_path *path, struct btrfs_root_item *root_item, [all …]
|
A D | print-tree.c | 204 struct btrfs_root_item *ri; in btrfs_print_leaf() 249 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
|
A D | transaction.h | 155 struct btrfs_root_item *root_item;
|
A D | transaction.c | 1544 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1816 struct btrfs_root_item *root_item; in update_super_roots()
|
A D | relocation.c | 737 struct btrfs_root_item *root_item; in create_reloc_root() 906 struct btrfs_root_item *root_item; in btrfs_update_reloc_root() 1599 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol() 1683 struct btrfs_root_item *root_item; in merge_reloc_root()
|
A D | ioctl.c | 512 struct btrfs_root_item *root_item; in create_subvol() 746 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot() 2655 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info() 4434 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
|
A D | tree-checker.c | 1089 struct btrfs_root_item ri = { 0 }; in check_root_item()
|
A D | tree-log.c | 3014 struct btrfs_root_item *root_item) in update_log_root() 3118 struct btrfs_root_item new_root_item; in btrfs_sync_log()
|
A D | check-integrity.c | 955 struct btrfs_root_item root_item; in btrfsic_process_metablock()
|
A D | extent-tree.c | 5574 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
A D | volumes.c | 4610 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
/linux/include/uapi/linux/ |
A D | btrfs_tree.h | 631 struct btrfs_root_item { struct 682 return offsetof(struct btrfs_root_item, generation_v2); in btrfs_legacy_root_item_size() argument
|
Completed in 72 milliseconds