Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Droot-tree.c34 struct btrfs_root_item *item) in btrfs_read_root_item()
60 sizeof(*item) - offsetof(struct btrfs_root_item, in btrfs_read_root_item()
83 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
125 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
137 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
214 struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
483 void btrfs_check_and_init_root_item(struct btrfs_root_item *root_item) in btrfs_check_and_init_root_item()
498 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times()
Dctree.h765 struct btrfs_root_item { struct
1859 struct btrfs_root_item root_item;
2924 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
2926 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
2927 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
2928 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
2930 BTRFS_SETGET_STACK_FUNCS(root_generation, struct btrfs_root_item,
2932 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
2933 BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
2934 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.c1303 struct btrfs_root_item *new_root_item; in create_pending_snapshot()
1591 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;
2120 struct btrfs_root_item *root_item;
Dioctl.c440 struct btrfs_root_item root_item; in create_subvol()
5132 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.c3994 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread()
Dextent-tree.c8788 struct btrfs_root_item *root_item = &root->root_item; in btrfs_drop_snapshot()