Searched refs:nops (Results 1 – 4 of 4) sorted by relevance
165 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() local998 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()
37 unsigned nops; member44 __be32 *nops; member
960 uint32_t nops; member1044 *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 …]
57 u32 nops; member293 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