Home
last modified time | relevance | path

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

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