Searched refs:nl4_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs42xdr.c29 1 + /* nl4_type */ \
40 1 + /* nl4_type */ \
46 1 + /* nl4_type */ \
287 encode_uint32(xdr, ns->nl4_type);
288 switch (ns->nl4_type) {
843 ns->nl4_type = be32_to_cpup(p);
844 switch (ns->nl4_type) {
H A Dnfs42proc.c644 args->cna_dst.nl4_type = NL4_NETADDR;
/linux-master/include/linux/
H A Dnfs4.h833 enum netloc_type4 nl4_type; member in struct:nl4_server
/linux-master/fs/nfsd/
H A Dnfs4xdr.c1941 if (xdr_stream_decode_u32(argp->xdr, &ns->nl4_type) < 0)
1945 switch (ns->nl4_type) {
5156 if (xdr_stream_encode_u32(xdr, ns->nl4_type) != XDR_UNIT)
5158 switch (ns->nl4_type) {
H A Dnfs4proc.c1962 cn->cpn_src->nl4_type = NL4_NETADDR;
3079 1 /* nl4_type */ +

Completed in 158 milliseconds