Lines Matching defs:mnt
144 mntent_t mnt;
178 memset((voidp)&mnt, 0, sizeof(mnt));
179 mnt.mnt_dir = mntdir;
180 mnt.mnt_fsname = fs_name;
181 mnt.mnt_type = MNTTAB_TYPE_UDF;
182 mnt.mnt_opts = opts;
184 flags = compute_mount_flags(&mnt);
188 if (amu_hasmntopt(&mnt, MNTTAB_OPT_CLOSESESSION))
203 if ((str = hasmntstr(&mnt, MNTTAB_OPT_USER)) != NULL) {
211 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) {
219 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GMTOFF)) != NULL) {
227 if ((str = hasmntstr(&mnt, MNTTAB_OPT_SESSIONNR)) != NULL) {
246 return mount_fs(&mnt, flags, (caddr_t)&udf_args, 0, type, 0, NULL,