Searched refs:nfsd4_enc_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nfsd/
H A Dnfs4xdr.c5532 * Note: nfsd4_enc_ops vector is shared for v4.0 and v4.1
5536 static const nfsd4_enc nfsd4_enc_ops[] = { variable
5677 BUG_ON(op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) ||
5678 !nfsd4_enc_ops[op->opnum]);
5679 encoder = nfsd4_enc_ops[op->opnum];

Completed in 133 milliseconds