Home
last modified time | relevance | path

Searched refs:NFSD_MAY_READ (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
H A Dlocalio.c76 mayflags |= NFSD_MAY_READ; in nfsd_open_local_fh()
H A Dvfs.h20 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
H A Dfilecache.c56 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE|NFSD_MAY_LOCALIO)
1375 NFSD_MAY_READ|NFSD_MAY_64BIT_COOKIE, in nfsd_file_acquire_dir()
H A Dnfs4state.c5777 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
6275 if (nfsd_file_acquire_opened(rqstp, fh, NFSD_MAY_READ, NULL, &nf)) in nfsd4_add_rdaccess_to_wrdeleg()
7331 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
8556 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
8561 err = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd_test_lock()
9402 NFSD_MAY_READ)); in nfsd4_deleg_getattr_conflict()
9420 status = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd4_deleg_getattr_conflict()
H A Dnfs4proc.c162 accmode |= NFSD_MAY_READ; in do_open_permission()
2646 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
2649 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()