Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dismounted.c80 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
194 retval = check_mntent_file("/proc/mounts", file, &mount_flags); in is_mounted()
200 retval = check_mntent_file("/etc/mtab", file, &mount_flags); in is_mounted()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c96 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
237 retval = check_mntent_file("/tmp/mtab", file, mount_flags, in check_mntent()
243 retval = check_mntent_file("/proc/mounts", file, mount_flags, in check_mntent()
252 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent()
/external/e2fsprogs/debian/
Dchangelog2286 * fix check_mntent_file() to pass mode for open(O_CREAT)