Lines Matching refs:mount
122 struct mount *ne_mount;
135 static int init_exports(struct mount *, struct netexport **);
136 static int hang_addrlist(struct mount *, struct netexport *,
141 static int setpublicfs(struct mount *, struct netexport *,
144 static struct netexport *netexport_lookup(const struct mount *);
151 static int nfs_export_update_30(struct mount *mp, const char *path, void *);
162 static void netexport_unmount(struct mount *);
178 netexport_unmount(struct mount *mp) in netexport_unmount()
207 struct mount *mp; in netexport_fini()
240 struct mount *nmp, int cmd) in mountd_set_exports_list()
244 struct mount *mp; in mountd_set_exports_list()
344 netexport_lookup(const struct mount *mp) in netexport_lookup()
364 const struct mount *mp = ne->ne_mount; in netexport_lookup_byfsid()
390 netexport_check(const fsid_t *fsid, struct mbuf *mb, struct mount **mpp, in netexport_check()
422 nfs_export_update_30(struct mount *mp, const char *path, void *data) in nfs_export_update_30()
462 init_exports(struct mount *mp, struct netexport **nep) in init_exports()
499 hang_addrlist(struct mount *mp, struct netexport *nep, in hang_addrlist()
669 struct mount *mp = ne->ne_mount; in netexport_clear()
705 struct mount *mp = nep->ne_mount; in export()
726 setpublicfs(struct mount *mp, struct netexport *nep, in setpublicfs()