Searched refs:tmpfs_minfree (Results 1 – 3 of 3) sorted by relevance
159 size_t tmpfs_minfree = 0; variable206 if (tmpfs_minfree == 0) { in tmpfsinit()210 tmpfs_minfree = btopr(TMPMINFREE); in tmpfsinit()576 if (blocks > tmpfs_minfree) in tmp_statvfs()577 sbp->f_bfree = MIN(blocks - tmpfs_minfree, in tmp_statvfs()
82 (!anon_checkspace(ptob(pages + tmpfs_minfree), zone)) || in tmp_resv()
81 extern size_t tmpfs_minfree; /* Anonymous memory in pages */