Home
last modified time | relevance | path

Searched refs:mntopt (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c183 mntopt(char **p) in mntopt() function
214 f = mntopt(&opts); in hasmntopt()
215 for (; *f; f = mntopt(&opts)) { in hasmntopt()
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c150 findopt(char *mntopt, char *opt) in findopt() argument
154 while (*mntopt) { in findopt()
155 nc = strcspn(mntopt, ", ="); in findopt()
156 if (strncmp(mntopt, opt, nc) == 0) in findopt()
158 return (mntopt); in findopt()
159 mntopt += nc; in findopt()
160 mntopt += strspn(mntopt, ", ="); in findopt()
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c65 char *mntopt();
405 f = mntopt(&opts); in hasvfsopt()
406 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c74 char *mntopt(), *hasvfsopt(), *hasmntopt();
341 f = mntopt(&opts); in hasvfsopt()
342 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
/titanic_50/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c85 static rl_result_t rlmount(log_info_t *lip, int mntopt);
375 rlmount(log_info_t *lip, int mntopt) in rlmount() argument
393 switch (mntopt) { in rlmount()
/titanic_50/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c282 char *mntopt = NULL; in showquotas() local
290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) && in showquotas()
292 mntopt += strcspn(mntopt, "=") + 1; in showquotas()
293 if (strncmp(mntopt, my_zonename, in showquotas()
294 strcspn(mntopt, ",")) != 0) in showquotas()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c285 mntopt(char **p) in mntopt() function
317 f = mntopt(&opts); in hasmntopt()
318 for (; *f; f = mntopt(&opts)) { in hasmntopt()
/titanic_50/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h572 fs_mntlist_t *fs_get_mounts_by_mntopt(char *mntopt,
1044 nfs_mntlist_t *nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays,
H A Dfs_mounts.c271 fs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) { in fs_get_mounts_by_mntopt() argument
282 if (mntopt == NULL) in fs_get_mounts_by_mntopt()
290 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
H A Dnfs_mntinfo.c121 nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) in nfs_get_mounts_by_mntopt() argument
126 fs_mount_list = fs_get_mounts_by_mntopt(mntopt, find_overlays, errp); in nfs_get_mounts_by_mntopt()
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c82 extern char *mntopt();
501 f = mntopt(&opts); in hasvfsopt()
502 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
/titanic_50/usr/src/uts/common/sys/
H A Dmnttab.h93 extern char *mntopt(char **);
H A Dvfs.h119 typedef struct mntopt { struct
510 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c92 char *mntopt(), *hasvfsopt(), *hasmntopt();
783 f = mntopt(&opts); in hasvfsopt()
784 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
/titanic_50/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1441 char mntopt[MAXPATHLEN]; in update_vfstab() local
1468 sizeof (fsckpass) - 1, sizeof (mntboot) - 1, sizeof (mntopt) - 1); in update_vfstab()
1488 mntboot, mntopt); in update_vfstab()
1534 curdev, slice, fsckpass, mntboot, mntopt); in update_vfstab()
1540 mntpt, fstype, fsckpass, mntboot, mntopt); in update_vfstab()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c2338 struct mntopt *mop; in vfs_clearmntopt_nolock()
2667 struct mntopt *
2670 struct mntopt *mop; in vfs_hasopt()
2693 struct mntopt *mop; in vfs_optionisset_nolock()
2745 struct mntopt *mop; in vfs_buildoptionstr()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3261 struct mntopt *mop = &optproto->mo_list[i]; in nfs4_trigger_create_mntopts()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers3063 mntopt;