Home
last modified time | relevance | path

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

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