Home
last modified time | relevance | path

Searched refs:compound_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/nfs/
Dnfs42xdr.c99 struct compound_hdr *hdr) in encode_allocate()
107 struct compound_hdr *hdr) in encode_deallocate()
115 struct compound_hdr *hdr) in encode_seek()
126 struct compound_hdr *hdr) in encode_layoutstats()
152 struct compound_hdr *hdr) in encode_clone()
172 struct compound_hdr hdr = { in nfs4_xdr_enc_allocate()
191 struct compound_hdr hdr = { in nfs4_xdr_enc_deallocate()
210 struct compound_hdr hdr = { in nfs4_xdr_enc_seek()
230 struct compound_hdr hdr = { in nfs4_xdr_enc_layoutstats()
250 struct compound_hdr hdr = { in nfs4_xdr_enc_clone()
[all …]
Dnfs4xdr.c900 struct compound_hdr { struct
960 struct compound_hdr *hdr) in encode_compound_hdr()
980 struct compound_hdr *hdr) in encode_op_hdr()
987 static void encode_nops(struct compound_hdr *hdr) in encode_nops()
1136 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
1142 …oid encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr) in encode_close()
1149 … encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr) in encode_commit()
1159 …code_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr) in encode_create()
1189 static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr) in encode_getattr_one()
1199 …id encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_hdr *hdr) in encode_getattr_two()
[all …]