/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | fstab.c | 56 } else if (hasmntopt(mnt, MNTOPT_RO)) { in fstabscan() 58 } else if (hasmntopt(mnt, MNTOPT_QUOTA)) { in fstabscan()
|
H A D | mntent.c | 202 hasmntopt(struct mntent *mnt, char *opt) in hasmntopt() function
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_mount.c | 368 if (hasmntopt(&m, MNTOPT_RO) != NULL) 514 if (hasmntopt(&m, MNTOPT_PUBLIC)) 633 if (hasmntopt(&mtopt, (char *)restropts[i]) != NULL && in inherit_options() 634 hasmntopt(&mtmap, (char *)restropts[i]) == NULL) { in inherit_options() 652 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL); in hasrestrictopt()
|
H A D | autod_nfs.c | 705 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) { in nfsmount() 711 if (replicated && !hasmntopt(&m, MNTOPT_RO)) { in nfsmount() 772 flags |= (hasmntopt(&m, MNTOPT_RO) == NULL) ? 0 : MS_RDONLY; in nfsmount() 773 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount() 779 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE; in nfsmount() 782 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount() 796 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount() 1426 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount() 1460 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount() 1506 hasmntopt(&m, MNTOPT_POSIX) != NULL) ? 1 : 0; in nfsmount() [all …]
|
H A D | automount.c | 264 if (hasmntopt(omntp, "direct") != NULL) { in main() 267 if (hasmntopt(omntp, "direct") == NULL) { in main() 509 if (hasmntopt(omnt, "nest") != NULL) in do_unmounts()
|
H A D | auto_subr.c | 477 if (str = hasmntopt(mnt, opt)) { in str_opt()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 92 char *mntopt(), *hasvfsopt(), *hasmntopt(); 238 !hasmntopt(&mntp, MNTOPT_RO) && in main() 308 !hasmntopt(&mntp, MNTOPT_RO)) { in preen() 337 hasmntopt(&mntp, MNTOPT_RO) || in preen() 726 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 99 char *hasmntopt();
|
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 83 extern char *hasmntopt(); 211 !hasmntopt(&mntp, MNTOPT_RO) && in main() 458 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mnttab.h | 92 extern char *hasmntopt(struct mnttab *, char *);
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 74 char *mntopt(), *hasvfsopt(), *hasmntopt(); 227 !hasmntopt(&mntp, MNTOPT_RO) && in main()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 127 if (hasmntopt(&m, "m")) in main()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | partial.c | 100 str = hasmntopt(mnt, MNTINFO_DEV);
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_lofs.c | 121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) { in findPathRWStatus()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 435 !(hasmntopt(&mntp, MNTOPT_RQ) || 436 hasmntopt(&mntp, MNTOPT_QUOTA)))
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 307 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 808 return (hasmntopt(&mtab, opt)); in hasvfsopt()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_subr.c | 340 cp = hasmntopt(&minfo, "cachedir="); in subr_cache_setup()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | utilities.c | 536 if (hasmntopt(&mnt, MNTOPT_RO) != 0) in mounted()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 290 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 414 hasmntopt
|
/titanic_41/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO))) in quotactl()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 738 if (hasmntopt(mt, MNTOPT_RO) == NULL) { in construct_mt()
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd.h | 79 #define FS_READONLY(fs) (hasmntopt(fs, "ro") ? 1 : 0)
|
/titanic_41/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) && in showquotas()
|