Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dvfs.c596 { NFS3_ACCESS_READ, NFSD_MAY_READ },
602 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
604 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
611 { NFS3_ACCESS_READ, NFSD_MAY_READ },
618 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
620 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
634 { NFS3_ACCESS_READ, NFSD_MAY_READ },
747 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1049 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
2040 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.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()
Dnfs4proc.c201 accmode |= NFSD_MAY_READ; in do_open_permission()
2062 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
2065 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dtrace.h97 { NFSD_MAY_READ, "READ" }, \
Dnfs4state.c4894 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5913 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
7049 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
7054 NFSD_MAY_READ)); in nfsd_test_lock()