Searched refs:mtcur (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
1637 struct mntent *mtnext = (mtcur==mtpair ? mtpair+1 : mtpair);
1641 if (!getmntent_r(fstab, mtcur, bb_common_bufsiz1
1642 + (mtcur==mtpair ? sizeof(bb_common_bufsiz1)/2 : 0),
1655 mtcur = mtnext;
1658 if (!(parse_mount_options(mtcur->mnt_opts, 0) & MOUNT_USERS))
1664 mtcur->mnt_opts = xstrdup(mtcur->mnt_opts);
1665 append_mount_options(&(mtcur->mnt_opts), cmdopts);
1666 rc = singlemount(mtcur,
[all...]

Completed in 112 milliseconds