Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dismounted.c74 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
188 retval = check_mntent_file("/proc/mounts", file, &mount_flags); in is_mounted()
194 retval = check_mntent_file("/etc/mtab", file, &mount_flags); in is_mounted()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c43 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
170 retval = check_mntent_file("/tmp/mtab", file, mount_flags, in check_mntent()
176 retval = check_mntent_file("/proc/mounts", file, mount_flags, in check_mntent()
185 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent()
/external/e2fsprogs/debian/
Dchangelog160 * fix check_mntent_file() to pass mode for open(O_CREAT)