Home
last modified time | relevance | path

Searched refs:nfsd_open (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dlockd.c39 nfserr = nfsd_open(rqstp, &fh, S_IFREG, NFSD_MAY_LOCK, filp); in nlm_fopen()
Dvfs.h78 __be32 nfsd_open(struct svc_rqst *, struct svc_fh *, umode_t,
Dvfs.c713 nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, in nfsd_open() function
1052 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1086 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_WRITE, &file); in nfsd_write()
1123 err = nfsd_open(rqstp, fhp, S_IFREG, in nfsd_commit()
1947 err = nfsd_open(rqstp, fhp, S_IFDIR, may_flags, &file); in nfsd_readdir()
Dnfs4state.c4257 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, &filp); in nfs4_get_vfs_file()
5124 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp); in nfs4_check_file()
6170 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()