Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h77 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h130 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota.c130 ndquot = ((maxusers * NMOUNT) / 4) + v.v_proc; in qtinit2()