Searched refs:nfsd_file_acquire (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfsd/ |
A D | filecache.h | 61 __be32 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
A D | vfs.c | 1047 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read() 1079 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_WRITE, &nf); in nfsd_write() 1130 err = nfsd_file_acquire(rqstp, fhp, in nfsd_commit()
|
A D | filecache.c | 942 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() function
|
A D | trace.h | 693 TRACE_EVENT(nfsd_file_acquire,
|
A D | nfs4state.c | 4960 status = nfsd_file_acquire(rqstp, cur_fh, access, &nf); in nfs4_get_vfs_file() 5931 status = nfsd_file_acquire(rqstp, fhp, acc, &nf); in nfs4_check_file() 7054 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
|
Completed in 35 milliseconds