Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmount.c2285 struct mntent mtpair[2], *mtcur = mtpair; in mount_main() local
2325 while (getmntent_r(mountTable, &mtpair[0], getmntent_buf, in mount_main()
2332 if (!fstype || strcmp(mtpair->mnt_type, fstype) == 0) in mount_main()
2333 printf("%s on %s type %s (%s)\n", mtpair->mnt_fsname, in mount_main()
2334 mtpair->mnt_dir, mtpair->mnt_type, in mount_main()
2335 mtpair->mnt_opts); in mount_main()
2349 mtpair->mnt_fsname = argv[0]; in mount_main()
2350 mtpair->mnt_dir = argv[1]; in mount_main()
2351 mtpair->mnt_type = fstype; in mount_main()
2352 mtpair->mnt_opts = cmdopts; in mount_main()
[all …]