Lines Matching defs:am_opts
214 typedef struct am_opts am_opts; typedef
371 struct am_opts { struct
372 char *fs_glob; /* Smashed copy of global options */
373 char *fs_local; /* Expanded copy of local options */
374 char *fs_mtab; /* Mount table entry */
376 char *opt_dev;
377 char *opt_delay;
378 char *opt_dir;
379 char *opt_fs;
380 char *opt_group;
381 char *opt_mount;
382 char *opt_opts;
383 char *opt_remopts;
384 char *opt_pref;
385 char *opt_cache;
386 char *opt_rfs;
387 char *opt_rhost;
388 char *opt_sublink;
389 char *opt_type;
390 char *opt_mount_type; /* "nfs" or "autofs" */
391 char *opt_unmount;
392 char *opt_umount; /* an "alias" for opt_unmount (type:=program) */
393 char *opt_user;
394 char *opt_maptype; /* map type: file, nis, hesiod, etc. */
395 char *opt_cachedir; /* cache directory */
396 char *opt_addopts; /* options to add to opt_opts */