Searched refs:nfsd_read (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.h | 103 __be32 nfsd_read(struct svc_rqst *, struct svc_fh *,
|
H A D | nfsproc.c | 195 resp->status = nfsd_read(rqstp, fh_copy(&resp->fh, &argp->fh), in nfsd_proc_read()
|
H A D | nfs3proc.c | 163 resp->status = nfsd_read(rqstp, &resp->fh, argp->offset, in nfsd3_proc_read()
|
H A D | vfs.c | 1075 __be32 nfsd_read(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_read() function
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 117 __be32 nfsd_read(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | nfsproc.c | 197 resp->status = nfsd_read(rqstp, &resp->fh, argp->offset, in nfsd_proc_read()
|
H A D | nfs3proc.c | 177 resp->status = nfsd_read(rqstp, &resp->fh, argp->offset, in nfsd3_proc_read()
|
H A D | vfs.c | 1199 * nfsd_read - Read data from a file 1214 __be32 nfsd_read(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_read() function
|
Completed in 13 milliseconds