Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dvfs.c610 { NFS3_ACCESS_READ, NFSD_MAY_READ },
616 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
618 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
625 { NFS3_ACCESS_READ, NFSD_MAY_READ },
632 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
634 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
648 { NFS3_ACCESS_READ, NFSD_MAY_READ },
768 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1071 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
2028 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
[all …]
Dvfs.h18 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dfilecache.c35 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE)
193 if (may & NFSD_MAY_READ) in nfsd_file_alloc()
Dtrace.h441 { NFSD_MAY_READ, "READ" }, \
Dnfs4proc.c189 accmode |= NFSD_MAY_READ; in do_open_permission()
1918 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
1921 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c4802 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5746 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
6883 __be32 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()