Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dqgroup.h94 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans,
96 struct btrfs_qgroup_inherit *inherit);
Dtransaction.h136 struct btrfs_qgroup_inherit *inherit;
Dioctl.c435 struct btrfs_qgroup_inherit *inherit) in create_subvol()
486 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit); in create_subvol()
651 struct btrfs_qgroup_inherit *inherit) in create_snapshot()
822 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol()
1608 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid()
1691 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
Dqgroup.c2298 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, in btrfs_qgroup_inherit() function
2300 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
Dtransaction.c1410 ret = btrfs_qgroup_inherit(trans, fs_info, in create_pending_snapshot()
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h53 struct btrfs_qgroup_inherit { struct
75 struct btrfs_qgroup_inherit __user *qgroup_inherit; argument