Searched refs:nfsd_open (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | lockd.c | 38 nfserr = nfsd_open(rqstp, &fh, S_IFREG, NFSD_MAY_LOCK, filp); in nlm_fopen()
|
D | vfs.h | 72 __be32 nfsd_open(struct svc_rqst *, struct svc_fh *, umode_t,
|
D | vfs.c | 637 nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, in nfsd_open() function 986 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read() 1019 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_WRITE, &file); in nfsd_write() 1058 err = nfsd_open(rqstp, fhp, S_IFREG, in nfsd_commit() 1889 err = nfsd_open(rqstp, fhp, S_IFDIR, may_flags, &file); in nfsd_readdir()
|
D | nfs4state.c | 3954 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, &filp); in nfs4_get_vfs_file() 4784 status = nfsd_open(rqstp, fhp, S_IFREG, acc, filpp); in nfs4_check_file() 5710 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()
|