Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs42xdr.c60 struct compound_hdr *hdr) in encode_allocate()
68 struct compound_hdr *hdr) in encode_deallocate()
76 struct compound_hdr *hdr) in encode_seek()
91 struct compound_hdr hdr = { in nfs4_xdr_enc_allocate()
110 struct compound_hdr hdr = { in nfs4_xdr_enc_deallocate()
129 struct compound_hdr hdr = { in nfs4_xdr_enc_seek()
179 struct compound_hdr hdr; in nfs4_xdr_dec_allocate()
206 struct compound_hdr hdr; in nfs4_xdr_dec_deallocate()
233 struct compound_hdr hdr; in nfs4_xdr_dec_seek()
Dnfs4xdr.c897 struct compound_hdr { struct
957 struct compound_hdr *hdr) in encode_compound_hdr()
977 struct compound_hdr *hdr) in encode_op_hdr()
984 static void encode_nops(struct compound_hdr *hdr) in encode_nops()
1121 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
1127 …oid encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr) in encode_close()
1134 … encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr) in encode_commit()
1144 …code_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr) in encode_create()
1172 static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr) in encode_getattr_one()
1182 …id encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_hdr *hdr) in encode_getattr_two()
[all …]