Lines Matching refs:mt
696 construct_mt(struct mnttab *mt)
703 if ((nfte = fs_tab_init(mt->mnt_mountp, mt->mnt_fstype)) == NULL)
713 if (strcmp(mt->mnt_fstype, MNTTYPE_AUTOFS) == 0 ||
714 strcmp(mt->mnt_fstype, MNTTYPE_NFS) == 0 ||
715 is_remote_src(mt->mnt_special) == REAL_REMOTE)
724 nfte->remote_name = strdup(mt->mnt_special);
734 if (hasmntopt(mt, MNTOPT_RO) == NULL) {
857 struct mnttab *mt = &mtbuf;
875 while (!getmntent(pp, mt))
876 if (construct_mt(mt))