Searched defs:userquota (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 280 uint64_t userquota, userused; local 290 (void) snprintf(propname, sizeof (propname), "userquota@%u", user); 291 if (_zfs_prop_get_userquota_int(zhp, propname, &userquota) != 0) { 302 zq->dqb_bhardlimit = userquota / DEV_BSIZE; 303 zq->dqb_bsoftlimit = userquota / DEV_BSIZE;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 875 uint64_t userquota, userused; local 883 (void) snprintf(propname, sizeof (propname), "userquota@%s", user); 884 if (_zfs_prop_get_userquota_int(zhp, propname, &userquota) != 0) { 895 zq->dqb_bhardlimit = userquota / DEV_BSIZE; 896 zq->dqb_bsoftlimit = userquota / DEV_BSIZE;
|
Completed in 55 milliseconds