Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Droot-tree.c34 struct btrfs_root_item *item) in btrfs_read_root_item()
59 sizeof(*item) - offsetof(struct btrfs_root_item, in btrfs_read_root_item()
82 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
124 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
136 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
213 struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
474 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item()
489 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
Dctree.h765 struct btrfs_root_item { struct
1832 struct btrfs_root_item root_item;
2880 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2882 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2883 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2884 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2886 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2888 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2889 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2890 BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
[all …]
Dprint-tree.c177 struct btrfs_root_item *ri; in btrfs_print_leaf()
220 ri = btrfs_item_ptr(l, i, struct btrfs_root_item); in btrfs_print_leaf()
Dtransaction.c1258 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1533 struct btrfs_root_item *root_item; in update_super_roots()
Drelocation.c1371 struct btrfs_root_item *root_item;
1482 struct btrfs_root_item *root_item;
2118 struct btrfs_root_item *root_item;
Dioctl.c439 struct btrfs_root_item root_item; in create_subvol()
4967 struct btrfs_root_item *root_item = &root->root_item; in _btrfs_ioctl_set_received_subvol()
Dcheck-integrity.c1052 struct btrfs_root_item root_item; in btrfsic_process_metablock()
Dvolumes.c3705 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
Dextent-tree.c8407 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()