Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dvfs.c629 { NFS3_ACCESS_READ, NFSD_MAY_READ },
635 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
637 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
644 { NFS3_ACCESS_READ, NFSD_MAY_READ },
651 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
653 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
667 { NFS3_ACCESS_READ, NFSD_MAY_READ },
776 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1088 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
1964 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
[all …]
Dlockd.c41 access = (mode == O_WRONLY) ? NFSD_MAY_WRITE : NFSD_MAY_READ; in nlm_fopen()
Dvfs.h20 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dfilecache.c30 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE)
Dnfs4proc.c152 accmode |= NFSD_MAY_READ; in do_open_permission()
2209 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
2212 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dtrace.h74 { NFSD_MAY_READ, "READ" }, \
Dnfs4state.c5120 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
6347 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
7531 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
7536 err = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd_test_lock()