Lines Matching defs:ops
664 * filehandle-manipulating ops.
732 * misc nfsv4 ops
2165 const struct nfsd4_layout_ops *ops;
2190 ops = nfsd4_layout_verify(exp, gdp->gd_layout_type);
2191 if (!ops)
2196 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb,
2200 gdp->gd_notify_types &= ops->notify_types;
2218 const struct nfsd4_layout_ops *ops;
2242 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type);
2243 if (!ops)
2278 nfserr = ops->proc_layoutget(d_inode(current_fh->fh_dentry),
2305 const struct nfsd4_layout_ops *ops;
2316 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type);
2317 if (!ops)
2356 nfserr = ops->proc_layoutcommit(inode, lcp);
2504 struct nfsd4_op *first_op = &args->ops[0];
2544 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2545 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2550 * Most ops check wronsec on our own; only the putfh-like ops
2586 op = &args->ops[i];
2656 op = &args->ops[0];
2667 op = &args->ops[resp->opcnt++];
3589 this = &argp->ops[opiter++];