Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c239 pgcnt_t anonmax; in tmp_mount() local
279 if ((error = tmp_convnum(sizestr, &anonmax)) != 0) in tmp_mount()
282 anonmax = ULONG_MAX; in tmp_mount()
313 tm->tm_anonmax = anonmax; in tmp_mount()