Searched refs:nfsd4_enc_ops (Results 1 – 1 of 1) sorted by relevance
5737 * Note: nfsd4_enc_ops vector is shared for v4.0 and v4.15741 static const nfsd4_enc nfsd4_enc_ops[] = { variable 5898 BUG_ON(op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) || in nfsd4_encode_operation() 5899 !nfsd4_enc_ops[op->opnum]); in nfsd4_encode_operation() 5900 encoder = nfsd4_enc_ops[op->opnum]; in nfsd4_encode_operation()