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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c1536 struct mntent mtpair[2], *mtcur = mtpair; local
1578 while (getmntent_r(mountTable, mtpair, bb_common_bufsiz1,
1582 //if (!strcmp(mtpair->mnt_fsname, "rootfs")) continue;
1584 if (!fstype || !strcmp(mtpair->mnt_type, fstype))
1585 printf("%s on %s type %s (%s)\n", mtpair->mnt_fsname,
1586 mtpair->mnt_dir, mtpair->mnt_type,
1587 mtpair->mnt_opts);
1601 mtpair
[all...]

Completed in 104 milliseconds