Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h112 extern int tmp_convmode(char *, mode_t *);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c268 tmp_convmode(char *str, mode_t *mode) in tmp_convmode() function
H A Dtmp_vfsops.c290 if ((error = tmp_convmode(argstr, &root_mode)) != 0) { in tmp_mount()