Searched refs:NMOUNT (Results 1 – 4 of 4) sorted by relevance
42 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
77 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
118 #define NMOUNT 40 /* est. of # mountable fs for quota calc */ macro
133 ndquot = ((maxusers * NMOUNT) / 4) + v.v_proc; in qtinit2()