Home
last modified time | relevance | path

Searched refs:op_func (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4proc.c1778 op->status = op->opdesc->op_func(rqstp, cstate, &op->u); in nfsd4_proc_compound()
2103 .op_func = nfsd4_access,
2108 .op_func = nfsd4_close,
2116 .op_func = nfsd4_commit,
2122 .op_func = nfsd4_create,
2128 .op_func = nfsd4_delegreturn,
2135 .op_func = nfsd4_getattr,
2141 .op_func = nfsd4_getfh,
2146 .op_func = nfsd4_link,
2153 .op_func = nfsd4_lock,
[all …]
Dxdr4.h799 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, member