Lines Matching refs:mnt_special
310 if (lmp && strcmp(lmp->ment.mnt_special,
311 mp->ment.mnt_special)) {
327 mget.mnt_special = mget.mnt_mountp = mname;
386 ? ment->mnt_mountp : ment->mnt_special;
450 ret = umount2(ment->mnt_special, MS_FORCE);
454 ret = umount2(ment->mnt_special, 0);
552 if (specp && (strcmp(mlist->ment.mnt_special, specp) == 0)) {
722 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve);
723 if (mnew.mnt_special == NULL)
968 if (ment->mnt_special &&
969 (new->ment.mnt_special = strdup(ment->mnt_special)) == NULL)