Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 4 of 4) sorted by relevance

/fs/nfs/
A Dcallback_xdr.c165 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
692 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res()
693 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res()
969 unsigned int nops = 0; in nfs4_callback_compound() local
998 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
999 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound()
1000 nops++; in nfs4_callback_compound()
1007 nops--; in nfs4_callback_compound()
1016 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
A Dcallback.h37 unsigned nops; member
44 __be32 *nops; member
A Dnfs4xdr.c960 uint32_t nops; member
1044 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr()
1052 hdr->nops++; in encode_op_hdr()
1058 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops()
1059 *hdr->nops_p = htonl(hdr->nops); in encode_nops()
2422 .nops = 0, in nfs4_xdr_enc_open_confirm()
2782 .nops = 0, in nfs4_xdr_enc_renew()
2799 .nops = 0, in nfs4_xdr_enc_setclientid()
2816 .nops = 0, in nfs4_xdr_enc_setclientid_confirm()
3240 hdr->nops = tmp; in decode_compound_hdr()
[all …]
/fs/nfsd/
A Dnfs4callback.c57 u32 nops; member
293 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
294 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
321 if (xdr_stream_decode_u32(xdr, &hdr->nops) < 0) in decode_cb_compound4res()
351 hdr->nops++; in encode_cb_recall4args()
369 hdr->nops++; in encode_cb_recallany4args()
404 hdr->nops++; in encode_cb_getattr4args()
480 hdr->nops++; in encode_cb_sequence4args()
818 hdr->nops++; in encode_cb_layout4args()
892 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock()
[all …]

Completed in 32 milliseconds