Searched refs:MNTOPT_IGNORE (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 105 #define MNTOPT_IGNORE "ignore" /* Ignore this entry */ macro
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | nfs_mntinfo.c | 56 static char *mntopts[] = { MNTOPT_IGNORE, MNTOPT_DEV, NULL };
|
/titanic_41/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 536 { MNTOPT_IGNORE, NULL, NULL, 0,
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 163 { MNTOPT_IGNORE, NULL, NULL,
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 571 mtdesc.mtd_tag = MNTOPT_IGNORE; in main()
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | mount.c | 868 char *mntopts[] = { MNTOPT_IGNORE, NULL };
|
H A D | df.c | 545 MNTOPT_IGNORE) != NULL); in mtab_read_file()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1291 static char *mntopts[] = { MNTOPT_IGNORE, MNTOPT_DEV, NULL };
|