Home
last modified time | relevance | path

Searched refs:btrfs_qgroup_inherit (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
Dqgroup.h335 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
336 u64 objectid, struct btrfs_qgroup_inherit *inherit);
Dtransaction.h147 struct btrfs_qgroup_inherit *inherit;
Dioctl.c573 struct btrfs_qgroup_inherit *inherit) in create_subvol()
628 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol()
784 struct btrfs_qgroup_inherit *inherit) in create_snapshot()
984 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol()
1804 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid()
1902 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
Dtransaction.c1309 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot()
1345 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid, in qgroup_account_snapshot()
Dqgroup.c2793 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function
2794 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()