nfsd4_operation
static const struct nfsd4_operation nfsd4_ops[];
const struct nfsd4_operation *OPDESC(struct nfsd4_op *op)
const struct nfsd4_operation *thisd = OPDESC(this);
const struct nfsd4_operation *nextd;
static const struct nfsd4_operation nfsd4_ops[] = {
const struct nfsd4_operation *opdesc = op->opdesc;
const struct nfsd4_operation *opdesc;
const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);