Searched refs:op_func (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfs4proc.c | 2727 op->status = op->opdesc->op_func(rqstp, cstate, &op->u); in nfsd4_proc_compound() 3154 .op_func = nfsd4_access, 3159 .op_func = nfsd4_close, 3167 .op_func = nfsd4_commit, 3173 .op_func = nfsd4_create, 3179 .op_func = nfsd4_delegreturn, 3186 .op_func = nfsd4_getattr, 3192 .op_func = nfsd4_getfh, 3197 .op_func = nfsd4_link, 3204 .op_func = nfsd4_lock, [all …]
|
H A D | xdr4.h | 875 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, member
|