Home
last modified time | relevance | path

Searched refs:check_mntent_file (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
Dismounted.c79 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
193 retval = check_mntent_file("/proc/mounts", file, &mount_flags); in is_mounted()
199 retval = check_mntent_file("/etc/mtab", file, &mount_flags); in is_mounted()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c80 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
220 retval = check_mntent_file("/tmp/mtab", file, mount_flags, in check_mntent()
226 retval = check_mntent_file("/proc/mounts", file, mount_flags, in check_mntent()
235 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent()
/external/e2fsprogs/debian/
Dchangelog1489 * fix check_mntent_file() to pass mode for open(O_CREAT)