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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4xdr.c3059 * Note: nfsd4_enc_ops vector is shared for v4.0 and v4.1
3063 static nfsd4_enc nfsd4_enc_ops[] = { variable
3185 BUG_ON(op->opnum < 0 || op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) ||
3186 !nfsd4_enc_ops[op->opnum]);
3187 op->status = nfsd4_enc_ops[op->opnum](resp, op->status, &op->u);

Completed in 161 milliseconds