Searched refs:nfsd4_close (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | xdr4.h | 94 struct nfsd4_close { struct 623 struct nfsd4_close close; 825 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
|
H A D | nfs4xdr.c | 671 nfsd4_decode_close(struct nfsd4_compoundargs *argp, struct nfsd4_close *close) in nfsd4_decode_close() 3509 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close) in nfsd4_encode_close()
|
H A D | nfs4proc.c | 2819 .op_func = nfsd4_close,
|
H A D | nfs4state.c | 4424 * We know that we hold one reference via nfsd4_close, and another in move_to_close_lru() 6249 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_close() function 6252 struct nfsd4_close *close = &u->close; in nfsd4_close() 6258 dprintk("NFSD: nfsd4_close on file %pd\n", in nfsd4_close()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 89 struct nfsd4_close { struct 641 struct nfsd4_close close; 817 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
|
H A D | nfs4xdr.c | 784 struct nfsd4_close *close = &u->close; in nfsd4_decode_close() 3782 struct nfsd4_close *close = &u->close; in nfsd4_encode_close()
|
H A D | nfs4proc.c | 3157 .op_func = nfsd4_close,
|
H A D | nfs4state.c | 4686 * We know that we hold one reference via nfsd4_close, and another in move_to_close_lru() 7021 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_close() function 7024 struct nfsd4_close *close = &u->close; in nfsd4_close() 7030 dprintk("NFSD: nfsd4_close on file %pd\n", in nfsd4_close()
|
Completed in 44 milliseconds