Searched refs:btrfs_qgroup_inherit (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | qgroup.h | 244 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 245 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
D | transaction.h | 138 struct btrfs_qgroup_inherit *inherit;
|
D | ioctl.c | 549 struct btrfs_qgroup_inherit *inherit) in create_subvol() 604 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol() 743 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 937 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 1719 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid() 1808 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
D | transaction.c | 1322 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1358 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid, in qgroup_account_snapshot()
|
D | qgroup.c | 2240 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 2241 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs.h | 85 struct btrfs_qgroup_inherit { struct 117 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|