Lines Matching defs:ops
2233 argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL);
2234 if (!argp->ops) {
2235 argp->ops = argp->iops;
2245 op = &argp->ops[i];
3803 /* Use rest of head for padding and remaining ops: */
4400 const struct nfsd4_layout_ops *ops;
4410 ops = nfsd4_layout_ops[gdev->gd_layout_type];
4411 nfserr = ops->encode_getdeviceinfo(xdr, gdev);
4453 const struct nfsd4_layout_ops *ops;
4471 ops = nfsd4_layout_ops[lgp->lg_layout_type];
4472 return ops->encode_layoutget(xdr, lgp);
5056 * since we don't need to filter out obsolete ops as this is
5284 if (args->ops != args->iops) {
5285 kfree(args->ops);
5286 args->ops = args->iops;
5321 args->ops = args->iops;