Searched refs:mntopts (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dmnttab.c86 optadd(char *mntopts, size_t size, const char *opt) argument
89 if (mntopts[0] != '\0')
90 strlcat(mntopts, ",", size);
91 strlcat(mntopts, opt, size);
97 static char mntopts[MNTMAXSTR]; local
100 mntopts[0] = '\0';
103 #define OPTADD(opt) optadd(mntopts, sizeof(mntopts), (opt))
127 mp->mnt_mntopts = mntopts;
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vfsops.c209 vfs_flagopt(opts, #fnam, &mntopts, fval); \
213 SDT_PROBE_DEFINE1(fusefs, , vfsops, mntopts, "uint64_t");
218 fuse_vfs_remount(struct mount *mp, struct thread *td, uint64_t mntopts, argument
236 if (((data->dataflags ^ mntopts) & FSESS_MNTOPTS_MASK) ||
257 if (mntopts & FSESS_DAEMON_CAN_SPY)
301 uint64_t mntopts, __mntopts; local
318 mntopts = 0;
352 SDT_PROBE1(fusefs, , vfsops, mntopts, mntopts);
355 return fuse_vfs_remount(mp, td, mntopts, max_rea
[all...]
/freebsd-12-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c388 int mntopts = 0; local
397 mntopts |= MNT_LOG;
400 mntopts |= MNT_RDONLY;
440 if (rump_sys_mount(MOUNT_FFS, FSTEST_MNTNAME, mntopts,
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h93 typedef struct mntopts { struct
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c367 char mntopts[MNT_LINE_MAX]; local
371 mntopts[0] = '\0';
373 (void) strlcpy(mntopts, options, sizeof (mntopts));
403 strstr(mntopts, MNTOPT_REMOUNT) == NULL &&
414 MNTTYPE_ZFS, NULL, 0, mntopts, sizeof (mntopts)) != 0) {
448 mntopts);
1529 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags) argument
1552 ms.ms_mntopts = mntopts;
[all...]
H A Dlibzfs_dataset.c893 const char *mountp, const char *mntopts)
903 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts);
892 libzfs_mnttab_add(libzfs_handle_t *hdl, const char *special, const char *mountp, const char *mntopts) argument
/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhlfsd.c110 fprintf(stderr, "\t[-i interval] [-l logfile] [-o mntopts] [-P passwdfile]\n");
135 char *mntopts = (char *) NULL; local
228 mntopts = optarg;
476 if (mntopts) {
477 mnt.mnt_opts = mntopts;
/freebsd-12-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c49 #include <mntopts.h>
/freebsd-12-stable/sbin/mount/
H A Dmount.c64 #include "mntopts.h"
535 hasopt(const char *mntopts, const char *option) argument
545 optbuf = strdup(mntopts);
572 const char *options, const char *mntopts)
586 if (mntopts == NULL)
587 mntopts = "";
588 optbuf = catopt(strdup(mntopts), options);
571 mountfs(const char *vfstype, const char *spec, const char *name, int flags, const char *options, const char *mntopts) argument
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c37 #include <mntopts.h>
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6209 append_options(char *mntopts, char *newopts) argument
6211 int len = strlen(mntopts);
6221 if (*mntopts)
6222 mntopts[len++] = ',';
6224 (void) strcpy(&mntopts[len], newopts);
6917 char mntopts[MNT_LINE_MAX] = { '\0' }; local
6927 (void) strlcpy(mntopts, optarg, sizeof (mntopts));
6980 NULL, 0, mntopts, sizeof (mntopts)) !
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c251 "\timport [-o mntopts] [-o property=value] ... \n"
254 "\timport [-o mntopts] [-o property=value] ... \n"
293 return (gettext("\tsplit [-gLnP] [-R altroot] [-o mntopts]\n"
2256 do_import(nvlist_t *config, const char *newname, const char *mntopts, argument
2341 zpool_enable_datasets(zhp, mntopts, 0) != 0) {
2425 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
2427 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
2484 char *mntopts = NULL; local
2559 mntopts = optarg;
2766 err |= do_import(config, NULL, mntopts,
4077 char *mntopts = NULL; local
[all...]
/freebsd-12-stable/bin/df/
H A Ddf.c63 #include <mntopts.h>
/freebsd-12-stable/sbin/fsck_ffs/
H A Dmain.c64 #include <mntopts.h>
/freebsd-12-stable/sbin/tunefs/
H A Dtunefs.c64 #include <mntopts.h>
/freebsd-12-stable/sbin/growfs/
H A Dgrowfs.c74 #include <mntopts.h>

Completed in 381 milliseconds