Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmntio.h39 #define MNTIOC_SETTAG (MNTIOC|3) /* Set a tag on a mounted fs */ macro
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c601 if (ioctl(fd, MNTIOC_SETTAG, &mtdesc) != 0) { in mountfs()
/titanic_50/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1545 case MNTIOC_SETTAG: /* set tag on mounted file system */ in mntioctl()
1589 if (cmd == MNTIOC_SETTAG) in mntioctl()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c1447 { (uint_t)MNTIOC_SETTAG, "MNTIOC_SETTAG",