Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dam_ops.c458 if (!fo->opt_mount_type) in ops_match()
459 fo->opt_mount_type = "nfs"; in ops_match()
H A Damfs_generic.c342 (new_mf->mf_fo && new_mf->mf_fo->opt_mount_type && in amfs_lookup_one_location()
343 STREQ(new_mf->mf_fo->opt_mount_type, "autofs")))) in amfs_lookup_one_location()
H A Dopts.c214 &fs_static.opt_mount_type, 0, 0, FALSE },
1405 _AM_OPT_COPY(opt_mount_type); in copy_opts()
H A Damd.h388 char *opt_mount_type; /* "nfs" or "autofs" */ member
/freebsd-12.1/contrib/amd/
H A DChangeLog8184 opt_mount_type (now done in ops_match())
8186 * amd/am_ops.c (ops_match): need to initialize opt_mount_type if
8237 * amd/amfs_auto.c (amfs_auto_bgmount): initialize opt_mount_type
8239 (amfs_auto_mounted): test if opt_mount_type is NULL first