Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c165 static minor_t tmpfs_minor; variable
325 tmpfs_minor = (tmpfs_minor + 1) & L_MAXMIN32; in tmp_mount()
326 tm->tm_dev = makedevice(tmpfs_major, tmpfs_minor); in tmp_mount()