Searched refs:amu_hasmntopt (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/amd/amd/
H A Dops_cdfs.c129 if (amu_hasmntopt(&mnt, MNTTAB_OPT_DEFPERM))
138 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NODEFPERM))
143 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NOVERSION))
148 if (amu_hasmntopt(&mnt, MNTTAB_OPT_RRIP))
152 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NORRIP))
157 if (amu_hasmntopt(&mnt, MNTTAB_OPT_GENS))
161 if (amu_hasmntopt(&mnt, MNTTAB_OPT_EXTATT))
H A Dautil.c285 if (amu_hasmntopt(&mnt, "unmount") || amu_hasmntopt(&mnt, "umount"))
288 if (amu_hasmntopt(&mnt, "nounmount") || amu_hasmntopt(&mnt, "noumount"))
H A Dam_ops.c337 if (amu_hasmntopt(&mnt2, oneopt) || amu_hasmntopt(&mnt2, revoneopt))
H A Dreaddir.c380 if (amu_hasmntopt(&mnt, "fullybrowsable"))
382 if (amu_hasmntopt(&mnt, "browsable"))
H A Dsrvr_nfs.c735 if (amu_hasmntopt(&mnt, "nfsv2")) {
816 if (amu_hasmntopt(&mnt, MNTTAB_OPT_PUBLIC)) {
H A Dops_nfs.c912 if (amu_hasmntopt(&mnt, "softlookup") ||
913 (amu_hasmntopt(&mnt, "soft") && !amu_hasmntopt(&mnt, "nosoftlookup")))
H A Dnfs_subr.c567 if (amu_hasmntopt(&mnt, "browsable")) {
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmount_fs.c137 flags |= amu_hasmntopt(mntp, opt->opt) ? opt->flag : 0;
278 if (nfs_proto && !amu_hasmntopt(mnt, MNTTAB_OPT_PROTO)) {
297 mnt->mnt_ro = (amu_hasmntopt(mnt, MNTTAB_OPT_RO) != NULL);
440 if (amu_hasmntopt(mntp, MNTTAB_OPT_NOAC) != NULL)
590 if (amu_hasmntopt(mntp, MNTTAB_OPT_NOCONN) != NULL)
592 else if (amu_hasmntopt(mntp, MNTTAB_OPT_CONN) != NULL)
620 if (amu_hasmntopt(mntp, MNTTAB_OPT_RESVPORT) != NULL)
683 if (amu_hasmntopt(mntp, MNTTAB_OPT_SOFT) != NULL)
688 if (amu_hasmntopt(mntp, MNTTAB_OPT_SPONGY) != NULL) {
704 if (amu_hasmntopt(mnt
[all...]
H A Dmtab.c127 char *str = amu_hasmntopt(mnt, opt);
173 char *str = amu_hasmntopt(mnt, opt);
226 char *str = amu_hasmntopt(mnt, opt);
H A Dhasmntopt.c104 amu_hasmntopt(mntent_t *mnt, char *opt) function
/freebsd-9.3-release/contrib/amd/include/
H A Dam_defs.h1594 extern char *amu_hasmntopt(mntent_t *mnt, char *opt);
1596 # define amu_hasmntopt hasmntopt macro
1599 extern char *amu_hasmntopt(mntent_t *mnt, char *opt);

Completed in 75 milliseconds