Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c161 size_t tmpfs_minfree = 0; variable
208 if (tmpfs_minfree == 0) { in tmpfsinit()
212 tmpfs_minfree = btopr(TMPMINFREE); in tmpfsinit()
608 if (blocks > tmpfs_minfree) in tmp_statvfs()
609 sbp->f_bfree = MIN(blocks - tmpfs_minfree, in tmp_statvfs()
H A Dtmp_tnode.c82 (!anon_checkspace(ptob(pages + tmpfs_minfree), zone)) || in tmp_resv()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h82 extern size_t tmpfs_minfree; /* Anonymous memory in pages */