Searched refs:nfsd_file_acquire (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | filecache.h | 60 __be32 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | vfs.c | 1084 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read() 1116 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_WRITE, &nf); in nfsd_write() 1154 err = nfsd_file_acquire(rqstp, fhp, in nfsd_commit()
|
H A D | filecache.c | 937 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() function
|
H A D | trace.h | 455 TRACE_EVENT(nfsd_file_acquire,
|
H A D | nfs4state.c | 4906 status = nfsd_file_acquire(rqstp, cur_fh, access, &nf); in nfs4_get_vfs_file() 5780 status = nfsd_file_acquire(rqstp, fhp, acc, &nf); in nfs4_check_file() 6908 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | filecache.h | 62 __be32 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
H A D | filecache.c | 16 * object via the nfsd_file_acquire API. They manage their interest in 957 * nfsd_file_acquire(). 1151 * nfsd_file_acquire - Get a struct nfsd_file with an open file 1168 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() function
|
H A D | trace.h | 943 TRACE_EVENT(nfsd_file_acquire,
|
H A D | nfs4proc.c | 771 status = nfsd_file_acquire(rqstp, &cstate->current_fh, NFSD_MAY_WRITE | in nfsd4_commit()
|
H A D | nfs4state.c | 6525 status = nfsd_file_acquire(rqstp, fhp, acc, &nf); in nfs4_check_file() 7718 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
|
Completed in 31 milliseconds