Searched refs:nfsd_file_acquire_gc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | filecache.h | 60 __be32 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | filecache.c | 1126 * nfsd_file_acquire_gc - Get a struct nfsd_file with an open file 1144 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_gc() function
|
H A D | vfs.c | 1222 err = nfsd_file_acquire_gc(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read() 1252 err = nfsd_file_acquire_gc(rqstp, fhp, NFSD_MAY_WRITE, &nf); in nfsd_write()
|
H A D | nfs3proc.c | 765 resp->status = nfsd_file_acquire_gc(rqstp, &resp->fh, NFSD_MAY_WRITE | in nfsd3_proc_commit()
|
Completed in 7 milliseconds