Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c41 #define MNTTYPE_TMPFS "tmpfs" macro
59 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) { in in_mnttab()
100 MNTTYPE_TMPFS, myname); in main()
159 special, mountp, mflg, MNTTYPE_TMPFS); in main()
173 again: if (mount(special, mountp, mflg, MNTTYPE_TMPFS, NULL, 0, in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h53 #define MNTTYPE_TMPFS "tmpfs" /* Tmp volatile file system */ macro
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c2103 ! EQ(st.st_fstype, MNTTYPE_TMPFS) && in do_devnm()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c1016 if (strcmp(stbuf.st_fstype, MNTTYPE_TMPFS) == 0) { in validate_zonepath()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1566 if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) { in build_mounted_post_var()