Home
last modified time | relevance | path

Searched refs:mnt_opts (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Dmount_fs.c80 mnt->mnt_dir, type, mnt->mnt_type, flags, mnt->mnt_opts); in mount_fs()
159 strlcpy(t, mnt->mnt_opts, sizeof(t)); in hasmntopt()
163 return f - t + mnt->mnt_opts; in hasmntopt()
Dmtab.c49 free(mp->mnt_opts); in mnt_free()
106 new_mp->mnt_opts = strdup("unset"); in mnt_dup()
Drestart.c123 mo.opt_opts = me->mnt_opts; in restart()
129 me->mnt_fsname, "", me->mnt_opts, ""); in restart()
Dufs_ops.c91 mnt.mnt_opts = opts; in mount_ufs()
Dutil.c373 mnt.mnt_opts = mf->mf_mopts; in am_mounted()
Dsrvr_nfs.c595 mnt.mnt_opts = mf->mf_mopts; in find_nfs_srvr()
Dnfs_ops.c487 mnt.mnt_opts = xopts; in mount_nfs_fh()
Dafs_ops.c115 mnt.mnt_opts = opts; in mount_toplvl()
/openbsd/src/gnu/usr.bin/perl/cygwin/
Dcygwin.c422 av_push(av, newSVpvn(mnt->mnt_opts, strlen(mnt->mnt_opts))); in XS()
466 if (strlen(mnt->mnt_opts) > 0) { in XS()
468 strcat(flags, mnt->mnt_opts); in XS()
/openbsd/src/usr.sbin/amd/include/
Dam.h188 char *mnt_opts; /* MNTOPT* */ member
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h442 char *mnt_opts; member
Dsanitizer_platform_limits_posix.cpp1184 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts);
Dsanitizer_common_interceptors.inc4476 if (mnt->mnt_opts)
4477 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_opts,
4478 internal_strlen(mnt->mnt_opts) + 1);
/openbsd/src/gnu/gcc/libmudflap/
Dmf-hooks2.c2085 UR (mnt_opts); in WRAPPER2()
2099 R (mnt_opts); in WRAPPER2()
/openbsd/src/gnu/usr.bin/perl/
DREADME.cygwin454 Returns an array of [mnt_dir, mnt_fsname, mnt_type, mnt_opts].
469 "system" or "user"), then the mntent->mnt_opts, where
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2355 ASSERT_NE(0U, strlen(mnt->mnt_opts)); in TEST()
2375 ASSERT_NE(0U, strlen(mnt->mnt_opts)); in TEST()