Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfs4proc.c1615 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC() function
1624 return OPDESC(op)->op_flags & OP_CACHEME; in nfsd4_cache_this_op()
1633 const struct nfsd4_operation *thisd = OPDESC(this); in need_wrongsec_check()
1651 nextd = OPDESC(next); in need_wrongsec_check()
2509 BUG_ON(OPDESC(op)->op_rsize_bop == NULL); in nfsd4_max_reply()
2510 return OPDESC(op)->op_rsize_bop(rqstp, op); in nfsd4_max_reply()
2515 if (OPDESC(op)->op_flags & OP_MODIFIES_SOMETHING) { in warn_on_nonidempotent_op()
Dxdr4.h678 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);
Dnfs4xdr.c1954 op->opdesc = OPDESC(op); in nfsd4_decode_compound()