Lines Matching defs:ops
2466 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops));
2467 if (!argp->ops) {
2468 argp->ops = argp->iops;
2477 op = &argp->ops[i];
4679 const struct nfsd4_layout_ops *ops;
4689 ops = nfsd4_layout_ops[gdev->gd_layout_type];
4690 nfserr = ops->encode_getdeviceinfo(xdr, gdev);
4733 const struct nfsd4_layout_ops *ops;
4751 ops = nfsd4_layout_ops[lgp->lg_layout_type];
4752 return ops->encode_layoutget(xdr, lgp);
5259 * since we don't need to filter out obsolete ops as this is
5487 if (args->ops != args->iops) {
5488 vfree(args->ops);
5489 args->ops = args->iops;
5507 args->ops = args->iops;