Searched refs:mnt_opts (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/usr.sbin/amd/amd/ |
| D | mount_fs.c | 80 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()
|
| D | mtab.c | 49 free(mp->mnt_opts); in mnt_free() 106 new_mp->mnt_opts = strdup("unset"); in mnt_dup()
|
| D | restart.c | 123 mo.opt_opts = me->mnt_opts; in restart() 129 me->mnt_fsname, "", me->mnt_opts, ""); in restart()
|
| D | ufs_ops.c | 91 mnt.mnt_opts = opts; in mount_ufs()
|
| D | util.c | 373 mnt.mnt_opts = mf->mf_mopts; in am_mounted()
|
| D | srvr_nfs.c | 595 mnt.mnt_opts = mf->mf_mopts; in find_nfs_srvr()
|
| D | nfs_ops.c | 487 mnt.mnt_opts = xopts; in mount_nfs_fh()
|
| D | afs_ops.c | 115 mnt.mnt_opts = opts; in mount_toplvl()
|
| /openbsd/src/gnu/usr.bin/perl/cygwin/ |
| D | cygwin.c | 422 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/ |
| D | am.h | 188 char *mnt_opts; /* MNTOPT* */ member
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_posix.h | 442 char *mnt_opts; member
|
| D | sanitizer_platform_limits_posix.cpp | 1184 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts);
|
| D | sanitizer_common_interceptors.inc | 4476 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/ |
| D | mf-hooks2.c | 2085 UR (mnt_opts); in WRAPPER2() 2099 R (mnt_opts); in WRAPPER2()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.cygwin | 454 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/ |
| D | msan_test.cpp | 2355 ASSERT_NE(0U, strlen(mnt->mnt_opts)); in TEST() 2375 ASSERT_NE(0U, strlen(mnt->mnt_opts)); in TEST()
|