Searched refs:nfsd_file_acquire (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/fs/nfsd/ |
| D | filecache.h | 59 __be32 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
| D | vfs.c | 1088 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read() 1120 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_WRITE, &nf); in nfsd_write() 1161 err = nfsd_file_acquire(rqstp, fhp, in nfsd_commit()
|
| D | filecache.c | 1157 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() function
|
| D | trace.h | 881 TRACE_EVENT(nfsd_file_acquire,
|
| D | nfs4state.c | 5200 status = nfsd_file_acquire(rqstp, cur_fh, access, &nf); in nfs4_get_vfs_file() 6360 status = nfsd_file_acquire(rqstp, fhp, acc, &nf); in nfs4_check_file() 7531 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
|