Home
last modified time | relevance | path

Searched defs:o2export_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dmount.h591 struct o2export_args { struct
592 int ex_flags; /* export related flags */
593 uid_t ex_root; /* mapping for root uid */
594 struct xucred ex_anon; /* mapping for anonymous user */
595 struct sockaddr *ex_addr; /* net address to which exported */
596 u_char ex_addrlen; /* and the net address length */
597 struct sockaddr *ex_mask; /* mask of valid bits in saddr */
598 u_char ex_masklen; /* and the smask length */
599 char *ex_indexfile; /* index file for WebNFS URLs */
600 int ex_numsecflavors; /* security flavor count */
[all …]