Searched refs:inherit (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | ioctl.c | 580 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 …]
|
D | qgroup.c | 2849 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 …]
|
D | transaction.h | 156 struct btrfs_qgroup_inherit *inherit; member
|
D | qgroup.h | 347 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
D | transaction.c | 1426 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/ |
D | Kconfig | 90 to applications via the inherit-realtime directory inode flag.
|