Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dcallback_xdr.c172 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
671 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res()
672 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res()
940 unsigned int nops = 0; in nfs4_callback_compound() local
968 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
969 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound()
972 nops++; in nfs4_callback_compound()
979 nops--; in nfs4_callback_compound()
983 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
Dcallback.h55 unsigned nops; member
62 __be32 *nops; member
Dnfs4xdr.c940 uint32_t nops; member
1030 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr()
1038 hdr->nops++; in encode_op_hdr()
1044 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops()
1045 *hdr->nops_p = htonl(hdr->nops); in encode_nops()
2359 .nops = 0, in nfs4_xdr_enc_open_confirm()
2723 .nops = 0, in nfs4_xdr_enc_renew()
2740 .nops = 0, in nfs4_xdr_enc_setclientid()
2757 .nops = 0, in nfs4_xdr_enc_setclientid_confirm()
3182 hdr->nops = be32_to_cpup(p); in decode_compound_hdr()
[all …]
/linux-4.19.296/fs/nfsd/
Dnfs4callback.c55 u32 nops; member
270 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args()
278 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
279 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
307 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res()
337 hdr->nops++; in encode_cb_recall4args()
372 hdr->nops++; in encode_cb_sequence4args()
585 hdr->nops++; in encode_cb_layout4args()
660 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock()
/linux-4.19.296/include/linux/mtd/
Dspinand.h214 unsigned int nops; member
220 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \