Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c2972 op->status = op->opdesc->op_func(rqstp, cstate, &op->u); in nfsd4_proc_compound()
3412 .op_func = nfsd4_access,
3417 .op_func = nfsd4_close,
3425 .op_func = nfsd4_commit,
3431 .op_func = nfsd4_create,
3437 .op_func = nfsd4_delegreturn,
3444 .op_func = nfsd4_getattr,
3450 .op_func = nfsd4_getfh,
3455 .op_func = nfsd4_link,
3462 .op_func = nfsd4_lock,
[all …]
H A Dxdr4.h1041 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, member
/linux/arch/s390/include/asm/
H A Datomic_ops.h226 #define __ATOMIC_TEST_OP(op_name, op_func, op_type) \
229 return op_func(val, ptr) == -val; \