Searched refs:ndquot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota.c132 if (ndquot == 0)
133 ndquot = ((maxusers * NMOUNT) / 4) + v.v_proc;
135 dquot = kmem_zalloc(ndquot * sizeof (struct dquot), KM_SLEEP);
136 dquotNDQUOT = dquot + ndquot;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h145 extern int ndquot;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c316 int ndquot; /* declared here due to backwards compatibility */ variable

Completed in 61 milliseconds