Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c776 { NFS3_ACCESS_READ, NFSD_MAY_READ },
782 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
784 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
791 { NFS3_ACCESS_READ, NFSD_MAY_READ },
798 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
800 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
814 { NFS3_ACCESS_READ, NFSD_MAY_READ },
921 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1583 err = nfsd_file_acquire_gc(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
2495 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
[all …]
H A Dlockd.c50 access = (mode == O_WRONLY) ? NFSD_MAY_WRITE : NFSD_MAY_READ; in nlm_fopen()
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.c5758 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
6256 if (nfsd_file_acquire_opened(rqstp, fh, NFSD_MAY_READ, NULL, &nf)) in nfsd4_add_rdaccess_to_wrdeleg()
7313 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
8538 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
8543 err = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd_test_lock()
9382 NFSD_MAY_READ)); in nfsd4_deleg_getattr_conflict()
9400 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()
2638 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
2641 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()