Searched refs:nfsd_open (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/nfsd/ |
D | lockd.c | 34 nfserr = nfsd_open(rqstp, &fh, S_IFREG, MAY_LOCK, filp); in nlm_fopen()
|
D | vfs.c | 433 nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, in nfsd_open() function 627 err = nfsd_open(rqstp, fhp, S_IFREG, MAY_READ, &file); in nfsd_read() 696 err = nfsd_open(rqstp, fhp, S_IFREG, MAY_WRITE, &file); in nfsd_write() 818 if ((err = nfsd_open(rqstp, fhp, S_IFREG, MAY_WRITE, &file)) != 0) in nfsd_commit() 1423 err = nfsd_open(rqstp, fhp, S_IFDIR, MAY_READ, &file); in nfsd_readdir()
|
/linux-2.4.37.9/include/linux/nfsd/ |
D | nfsd.h | 98 int nfsd_open(struct svc_rqst *, struct svc_fh *, int,
|