Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h46 ulong_t tm_anonmax; /* file system max anon reservation */ member
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c309 tm->tm_anonmax = anonmax; in tmp_mount()
338 tm->tm_anonmax = anonmax; in tmp_mount()
610 tm->tm_anonmax - tm->tm_anonmem); in tmp_statvfs()
H A Dtmp_tnode.c81 if (pagecreate && ((tm->tm_anonmem + pages > tm->tm_anonmax) || in tmp_resv()