Home | History | Annotate | Download | only in amd

Lines Matching defs:mnt

106   mntent_t mnt;
125 memset((voidp) &mnt, 0, sizeof(mnt));
126 mnt.mnt_dir = mntdir;
127 mnt.mnt_fsname = fs_name;
128 mnt.mnt_type = MNTTAB_TYPE_PCFS;
129 mnt.mnt_opts = opts;
131 flags = compute_mount_flags(&mnt);
134 flags |= autofs_compute_mount_flags(&mnt);
145 if ((mask = hasmntval(&mnt, MNTTAB_OPT_MASK)) > 0)
153 if ((mask = hasmntval(&mnt, MNTTAB_OPT_DIRMASK)) > 0)
161 if ((str = hasmntstr(&mnt, MNTTAB_OPT_USER)) != NULL) {
175 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) {
197 return mount_fs(&mnt, flags, (caddr_t) & pcfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);