Home
last modified time | relevance | path

Searched refs:btrfs_root_item (Results 1 – 14 of 14) sorted by relevance

/linux/fs/btrfs/
A Droot-tree.h12 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 Daccessors.h737 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 Droot-tree.c27 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 Dtransaction.h26 struct btrfs_root_item;
183 struct btrfs_root_item *root_item;
A Dprint-tree.c235 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 Duuid-tree.c405 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
A Dctree.h178 struct btrfs_root_item root_item;
A Drelocation.c674 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 Dtransaction.c1634 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1930 struct btrfs_root_item *root_item; in update_super_roots()
A Dioctl.c598 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 Dtree-checker.c1178 struct btrfs_root_item ri = { 0 }; in check_root_item()
A Dtree-log.c2785 struct btrfs_root_item *root_item) in update_log_root()
2934 struct btrfs_root_item new_root_item; in btrfs_sync_log()
A Dextent-tree.c6041 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()
/linux/include/uapi/linux/
A Dbtrfs_tree.h920 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