Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c580 struct btrfs_qgroup_inherit *inherit) in create_subvol() argument
639 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol()
793 struct btrfs_qgroup_inherit *inherit) in create_snapshot() argument
848 pending_snapshot->inherit = inherit; in create_snapshot()
969 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() argument
1005 error = create_snapshot(snap_src, dir, dentry, readonly, inherit); in btrfs_mksubvol()
1007 error = create_subvol(dir, dentry, name, namelen, inherit); in btrfs_mksubvol()
1024 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() argument
1051 root, readonly, inherit); in btrfs_mksnapshot()
1828 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() argument
[all …]
Dqgroup.c2849 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit() argument
2891 if (inherit) { in btrfs_qgroup_inherit()
2892 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2893 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
2894 2 * inherit->num_excl_copies; in btrfs_qgroup_inherit()
2920 if (inherit) { in btrfs_qgroup_inherit()
2921 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2922 for (i = 0; i < inherit->num_qgroups; ++i, ++i_qgroups) { in btrfs_qgroup_inherit()
2946 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit()
2947 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
[all …]
Dtransaction.h156 struct btrfs_qgroup_inherit *inherit; member
Dqgroup.h347 u64 objectid, struct btrfs_qgroup_inherit *inherit);
Dtransaction.c1426 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() argument
1463 inherit); in qgroup_account_snapshot()
1716 pending->inherit, objectid); in create_pending_snapshot()
/fs/xfs/
DKconfig90 to applications via the inherit-realtime directory inode flag.