Searched defs:mnt_fsname (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c49 static int check_loop_mounted(const char *mnt_fsname, dev_t mnt_rdev, argument
57 loop_fd = open(mnt_fsname, O_RDONLY);
112 if (mnt->mnt_fsname[0] != '/')
114 if (strcmp(file, mnt->mnt_fsname) == 0)
116 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
121 if (check_loop_mounted(mnt->mnt_fsname,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h368 char *mnt_fsname; member in struct:__sanitizer::__sanitizer_mntent

Completed in 81 milliseconds