Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dismounted.c77 static errcode_t check_mntent_file(const char *mtab_file, const char *file, in check_mntent_file() function
191 retval = check_mntent_file("/proc/mounts", file, &mount_flags); in is_mounted()
197 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
172 retval = check_mntent_file("/tmp/mtab", file, mount_flags, in check_mntent()
178 retval = check_mntent_file("/proc/mounts", file, mount_flags, in check_mntent()
187 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent()
/external/e2fsprogs/debian/
Dchangelog818 * fix check_mntent_file() to pass mode for open(O_CREAT)