Searched refs:nfsd_splice_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.h | 94 __be32 nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | vfs.c | 912 __be32 nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_splice_read() function 1090 err = nfsd_splice_read(rqstp, fhp, file, offset, count, eof); in nfsd_read()
|
H A D | nfs4xdr.c | 3782 nfserr = nfsd_splice_read(read->rd_rqstp, read->rd_fhp, in nfsd4_encode_splice_read()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 109 __be32 nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | vfs.c | 1001 * nfsd_splice_read - Perform a VFS read using a splice pipe 1012 __be32 nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_splice_read() function 1039 * Some filesystems or situations cannot use nfsd_splice_read. This 1228 err = nfsd_splice_read(rqstp, fhp, file, offset, count, eof); in nfsd_read()
|
H A D | nfs4xdr.c | 4072 nfserr = nfsd_splice_read(read->rd_rqstp, read->rd_fhp, in nfsd4_encode_splice_read()
|
Completed in 19 milliseconds