Searched defs:MNTTYPE_TMPFS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c42 #define MNTTYPE_TMPFS "tmpfs" macro
60 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) {
101 MNTTYPE_TMPFS, myname);
160 special, mountp, mflg, MNTTYPE_TMPFS);
174 again: if (mount(special, mountp, mflg, MNTTYPE_TMPFS, NULL, 0,
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h53 #define MNTTYPE_TMPFS "tmpfs" /* Tmp volatile file system */ macro

Completed in 72 milliseconds