Searched refs:op_func (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/nfsd/ |
D | nfs4proc.c | 2710 op->status = op->opdesc->op_func(rqstp, cstate, &op->u); in nfsd4_proc_compound() 3137 .op_func = nfsd4_access, 3142 .op_func = nfsd4_close, 3150 .op_func = nfsd4_commit, 3156 .op_func = nfsd4_create, 3162 .op_func = nfsd4_delegreturn, 3169 .op_func = nfsd4_getattr, 3175 .op_func = nfsd4_getfh, 3180 .op_func = nfsd4_link, 3187 .op_func = nfsd4_lock, [all …]
|
D | xdr4.h | 885 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, member
|