Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c276 zfs_userquota_prop_t quota_type; in zfs_quotactl() local
310 quota_type = ZFS_PROP_USERQUOTA; in zfs_quotactl()
312 quota_type = ZFS_PROP_GROUPQUOTA; in zfs_quotactl()
319 quota_type = ZFS_PROP_USERUSED; in zfs_quotactl()
321 quota_type = ZFS_PROP_GROUPUSED; in zfs_quotactl()
363 error = zfs_set_userquota(zfsvfs, quota_type, in zfs_quotactl()