Searched refs:mnt_opts (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/linux/
H A Dsyslinux.c156 char devfdname[128], mnt_opts[128];
168 snprintf(mnt_opts, sizeof mnt_opts,
172 snprintf(mnt_opts, sizeof mnt_opts,
175 execl(_PATH_MOUNT, _PATH_MOUNT, "-t", fstype, "-o", mnt_opts,
/external/toybox/lib/
H A Dgetmountlist.c171 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4);
185 strcpy(mt->opts, me->mnt_opts);
/external/fio/
H A Dcgroup.c37 strstr(mnt->mnt_opts, "blkio"))
/external/toybox/toys/pending/
H A Dfsck.c100 temp->opts = xstrdup(f_info->mnt_opts);
404 mt.mnt_opts = "";
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h396 char *mnt_opts; member in struct:__sanitizer::__sanitizer_mntent
H A Dsanitizer_platform_limits_posix.cc1122 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts);
H A Dsanitizer_common_interceptors.inc3592 if (mnt->mnt_opts)
3593 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_opts,
3594 REAL(strlen)(mnt->mnt_opts) + 1);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2136 ASSERT_NE(0U, strlen(mnt->mnt_opts));
2154 ASSERT_NE(0U, strlen(mnt->mnt_opts));

Completed in 286 milliseconds