Searched refs:mntEnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp202 struct mntent mntEnt; local
203 while (getmntent_r(mounted, &mntEnt, szBuf, sizeof(szBuf)))
205 if (!stat(mntEnt.mnt_dir, &mntStat))
209 if (!strcmp("ext4", mntEnt.mnt_type))
211 else if (!strcmp("ext3", mntEnt.mnt_type))
213 else if (!strcmp("ext2", mntEnt.mnt_type))
215 else if (!strcmp("jfs", mntEnt.mnt_type))
217 else if (!strcmp("xfs", mntEnt.mnt_type))
219 else if (!strcmp("btrfs", mntEnt.mnt_type))
221 else if ( !strcmp("vfat", mntEnt
[all...]

Completed in 40 milliseconds