Searched refs:btrfs_qgroup_inherit (Results 1 – 6 of 6) sorted by relevance
/linux/fs/btrfs/ |
A D | qgroup.h | 346 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 347 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
A D | transaction.h | 157 struct btrfs_qgroup_inherit *inherit;
|
A D | ioctl.c | 507 struct btrfs_qgroup_inherit *inherit) in create_subvol() 565 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol() 722 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 901 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 957 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() 1774 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() 1862 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
A D | transaction.c | 1434 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1489 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid, in qgroup_account_snapshot()
|
A D | qgroup.c | 2746 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 2747 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/linux/include/uapi/linux/ |
A D | btrfs.h | 90 struct btrfs_qgroup_inherit { struct 135 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|
Completed in 34 milliseconds