Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h827 const struct nfsd4_operation *opdesc;
942 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);
1047 struct nfsd4_operation { struct
H A Dnfs4proc.c2907 static const struct nfsd4_operation nfsd4_ops[];
2949 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
2967 const struct nfsd4_operation *thisd = OPDESC(this); in need_wrongsec_check()
2968 const struct nfsd4_operation *nextd; in need_wrongsec_check()
3582 static const struct nfsd4_operation nfsd4_ops[] = {
H A Dnfs4xdr.c6230 const struct nfsd4_operation *opdesc = op->opdesc; in nfsd4_encode_operation()