Lines Matching defs:ops
493 * filehandle-manipulating ops.
563 * misc nfsv4 ops
1848 const struct nfsd4_layout_ops *ops;
1873 ops = nfsd4_layout_verify(exp, gdp->gd_layout_type);
1874 if (!ops)
1879 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb,
1883 gdp->gd_notify_types &= ops->notify_types;
1901 const struct nfsd4_layout_ops *ops;
1925 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type);
1926 if (!ops)
1961 nfserr = ops->proc_layoutget(d_inode(current_fh->fh_dentry),
1988 const struct nfsd4_layout_ops *ops;
1999 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type);
2000 if (!ops)
2039 nfserr = ops->proc_layoutcommit(inode, lcp);
2187 struct nfsd4_op *first_op = &args->ops[0];
2227 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2228 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2233 * Most ops check wronsec on our own; only the putfh-like ops
2288 op = &args->ops[i];
2357 op = &args->ops[0];
2368 op = &args->ops[resp->opcnt++];
3238 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
3251 this = &argp->ops[opiter++];