Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dqgroup.h78 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans,
80 struct btrfs_qgroup_inherit *inherit);
Dtransaction.h141 struct btrfs_qgroup_inherit *inherit;
Dioctl.c436 struct btrfs_qgroup_inherit *inherit) in create_subvol()
487 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit); in create_subvol()
652 struct btrfs_qgroup_inherit *inherit) in create_snapshot()
823 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol()
1617 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid()
1700 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
Dqgroup.c1848 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, in btrfs_qgroup_inherit() function
1850 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
Dtransaction.c1548 ret = btrfs_qgroup_inherit(trans, fs_info, in create_pending_snapshot()
/linux-4.4.14/include/uapi/linux/
Dbtrfs.h53 struct btrfs_qgroup_inherit { struct
75 struct btrfs_qgroup_inherit __user *qgroup_inherit; argument