Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h42 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dparam.h77 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dparam.h118 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dquota.c133 ndquot = ((maxusers * NMOUNT) / 4) + v.v_proc; in qtinit2()