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

12

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dmnttab.c90 optadd(char *mntopts, size_t size, const char *opt) argument
93 if (mntopts[0] != '\0')
94 strlcat(mntopts, ",", size);
95 strlcat(mntopts, opt, size);
101 static char mntopts[MNTMAXSTR]; local
104 mntopts[0] = '\0';
107 #define OPTADD(opt) optadd(mntopts, sizeof(mntopts), (opt))
131 mp->mnt_mntopts = mntopts;
/netbsd-current/sbin/mount_hfs/
H A Dmount_hfs.c81 #include <mntopts.h>
/netbsd-current/sbin/mount_procfs/
H A Dmount_procfs.c96 #include <mntopts.h>
/netbsd-current/sbin/mount_fdesc/
H A Dmount_fdesc.c93 #include <mntopts.h>
/netbsd-current/sbin/mount_kernfs/
H A Dmount_kernfs.c93 #include <mntopts.h>
/netbsd-current/sbin/mount_null/
H A Dmount_null.c59 #include <mntopts.h>
/netbsd-current/sbin/mount_overlay/
H A Dmount_overlay.c59 #include <mntopts.h>
/netbsd-current/sbin/mount_efs/
H A Dmount_efs.c32 #include <mntopts.h>
/netbsd-current/sbin/mount_sysvbfs/
H A Dmount_sysvbfs.c53 #include <mntopts.h>
/netbsd-current/sbin/mount_v7fs/
H A Dmount_v7fs.c76 #include <mntopts.h>
/netbsd-current/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c42 #include <mntopts.h>
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dvfs.h95 typedef struct mntopts { struct
/netbsd-current/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,
/netbsd-current/sbin/mount_ext2fs/
H A Dmount_ext2fs.c58 #include <mntopts.h>
/netbsd-current/sbin/mount_union/
H A Dmount_union.c61 #include <mntopts.h>
/netbsd-current/sbin/mount_autofs/
H A Dmount_autofs.c45 #include <mntopts.h>
/netbsd-current/sbin/mount_chfs/
H A Dmount_chfs.c46 #include <mntopts.h>
/netbsd-current/sbin/mount_ffs/
H A Dmount_ffs.c58 #include <mntopts.h>
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_mount.c275 char mntopts[MNT_LINE_MAX]; local
279 mntopts[0] = '\0';
281 (void) strlcpy(mntopts, options, sizeof (mntopts));
311 strstr(mntopts, MNTOPT_REMOUNT) == NULL &&
322 MNTTYPE_ZFS, NULL, 0, mntopts, sizeof (mntopts)) != 0) {
356 mntopts);
1135 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags) argument
1168 if (zfs_mount(cb.cb_handles[i], mntopts, flag
[all...]
/netbsd-current/sbin/mount/
H A Dmount.c331 hasopt(const char *mntopts, const char *option) argument
341 optbuf = estrdup(mntopts);
356 int flags, const char *options, const char *mntopts,
385 if (mntopts)
386 catopt(&optbuf, mntopts);
394 if (!mntopts && !options)
355 mountfs(const char *vfstype, const char *spec, const char *name, int flags, const char *options, const char *mntopts, int skipmounted, char *buf, size_t buflen) argument
/netbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c55 #include <mntopts.h>
/netbsd-current/sbin/mount_nilfs/
H A Dmount_nilfs.c55 #include <mntopts.h>
/netbsd-current/sbin/mount_ados/
H A Dmount_ados.c56 #include <mntopts.h>
/netbsd-current/sbin/mount_filecore/
H A Dmount_filecore.c95 #include <mntopts.h>
/netbsd-current/sbin/mount_ptyfs/
H A Dmount_ptyfs.c99 #include <mntopts.h>

Completed in 176 milliseconds

12