Home
last modified time | relevance | path

Searched refs:opt_mount_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/amd/
Dam_ops.c460 if (!fo->opt_mount_type) in ops_match()
461 fo->opt_mount_type = "nfs"; in ops_match()
Damfs_generic.c344 (new_mf->mf_fo && new_mf->mf_fo->opt_mount_type && in amfs_lookup_one_location()
345 STREQ(new_mf->mf_fo->opt_mount_type, "autofs")))) in amfs_lookup_one_location()
Dopts.c216 &fs_static.opt_mount_type, 0, 0, FALSE },
1407 _AM_OPT_COPY(opt_mount_type); in copy_opts()
Damd.h390 char *opt_mount_type; /* "nfs" or "autofs" */ member
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog8190 opt_mount_type (now done in ops_match())
8192 * amd/am_ops.c (ops_match): need to initialize opt_mount_type if
8243 * amd/amfs_auto.c (amfs_auto_bgmount): initialize opt_mount_type
8245 (amfs_auto_mounted): test if opt_mount_type is NULL first