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