Searched refs:tm_anonmem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h46 pgcnt_t tm_anonmem; /* pages of reserved anon memory */ member in struct:tmount
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c81 if (pagecreate && ((tm->tm_anonmem + pages > tm->tm_anonmax) ||
92 tm->tm_anonmem += pages;
119 tm->tm_anonmem -= btopr(delta);
H A Dtmp_vfsops.c524 ASSERT(tm->tm_anonmem == 0);
594 tm->tm_anonmax - tm->tm_anonmem);
603 sbp->f_blocks = (fsblkcnt64_t)(sbp->f_bfree + tm->tm_anonmem);

Completed in 85 milliseconds