Searched defs:fi_nfiles (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duser.h122 int fi_nfiles; /* number of entries in fi_list[] */ member in struct:uf_info
142 * (1) fi_lock protects fi_list and fi_nfiles. It also protects the
149 * ufp->uf_alloc, ufp->uf_busy, fip->fi_list and fip->fi_nfiles from
154 * (4) Note that fip->fi_list and fip->fi_nfiles cannot change while *any*
162 ASSERT((fd) < (fip)->fi_nfiles); \

Completed in 95 milliseconds