Searched refs:btrfs_qgroup_inherit (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/btrfs/
H A Dqgroup.h354 struct btrfs_qgroup_inherit *inherit,
356 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
358 struct btrfs_qgroup_inherit *inherit);
H A Dtransaction.h179 struct btrfs_qgroup_inherit *inherit;
H A Dioctl.c570 static unsigned int create_subvol_num_items(struct btrfs_qgroup_inherit *inherit)
595 struct btrfs_qgroup_inherit *inherit)
671 ret = btrfs_qgroup_inherit(trans, 0, objectid, root->root_key.objectid, inherit);
795 struct btrfs_qgroup_inherit *inherit)
993 struct btrfs_qgroup_inherit *inherit)
1049 struct btrfs_qgroup_inherit *inherit)
1284 struct btrfs_qgroup_inherit *inherit)
1384 struct btrfs_qgroup_inherit *inherit = NULL;
H A Dtransaction.c1538 struct btrfs_qgroup_inherit *inherit,
1562 * btrfs_qgroup_inherit relies on a consistent view of the usage for the
1586 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid,
1683 * accounted by later btrfs_qgroup_inherit().
1858 ret = btrfs_qgroup_inherit(trans, root->root_key.objectid, objectid,
H A Dqgroup.c3050 struct btrfs_qgroup_inherit *inherit,
3059 * In the past we allowed btrfs_qgroup_inherit to specify to copy
3065 * Reject any btrfs_qgroup_inherit with num_ref_copies or num_excl_copies.
3102 struct btrfs_qgroup_inherit **inherit)
3108 struct btrfs_qgroup_inherit *res;
3203 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, function
3205 struct btrfs_qgroup_inherit *inherit)
/linux-master/include/uapi/linux/
H A Dbtrfs.h92 * struct btrfs_qgroup_inherit.flags
97 struct btrfs_qgroup_inherit { struct
142 struct btrfs_qgroup_inherit __user *qgroup_inherit;

Completed in 145 milliseconds