Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.c64 struct mntent* mentry; in scan_mounted_volumes() local
91 while ((mentry = getmntent(fp)) != NULL) { in scan_mounted_volumes()
93 v->device = strdup(mentry->mnt_fsname); in scan_mounted_volumes()
94 v->mount_point = strdup(mentry->mnt_dir); in scan_mounted_volumes()
95 v->filesystem = strdup(mentry->mnt_type); in scan_mounted_volumes()
96 v->flags = strdup(mentry->mnt_opts); in scan_mounted_volumes()