Searched refs:btrfs_root_item (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/btrfs/ |
| 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);
|
| A D | accessors.h | 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); 742 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64); 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); 747 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64); 748 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64); 750 BTRFS_SETGET_STACK_FUNCS(root_last_snapshot, struct btrfs_root_item, [all …]
|
| 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() 207 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()
|
| A D | transaction.h | 26 struct btrfs_root_item; 183 struct btrfs_root_item *root_item;
|
| 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()
|
| A D | uuid-tree.c | 405 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
|
| A D | ctree.h | 178 struct btrfs_root_item root_item;
|
| A D | relocation.c | 674 struct btrfs_root_item *root_item; in create_reloc_root() 842 struct btrfs_root_item *root_item; in btrfs_update_reloc_root() 1514 struct btrfs_root_item *reloc_root_item; in insert_dirty_subvol() 1598 struct btrfs_root_item *root_item; in merge_reloc_root()
|
| A D | transaction.c | 1634 struct btrfs_root_item *new_root_item; in create_pending_snapshot() 1930 struct btrfs_root_item *root_item; in update_super_roots()
|
| A D | ioctl.c | 598 struct btrfs_root_item *root_item; in create_subvol() 831 pending_snapshot->root_item = kzalloc(sizeof(struct btrfs_root_item), in create_snapshot() 2167 struct btrfs_root_item *root_item; in btrfs_ioctl_get_subvol_info() 4077 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
|
| A D | tree-checker.c | 1178 struct btrfs_root_item ri = { 0 }; in check_root_item()
|
| A D | tree-log.c | 2785 struct btrfs_root_item *root_item) in update_log_root() 2934 struct btrfs_root_item new_root_item; in btrfs_sync_log()
|
| A D | extent-tree.c | 6041 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
|
| /linux/include/uapi/linux/ |
| 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
|
Completed in 61 milliseconds