Home
last modified time | relevance | path

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

/fs/nfsd/
Dvfs.c597 { NFS3_ACCESS_READ, NFSD_MAY_READ },
606 { NFS3_ACCESS_READ, NFSD_MAY_READ },
623 { NFS3_ACCESS_READ, NFSD_MAY_READ },
743 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1025 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
1964 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
2031 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2069 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2094 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2095 acc == (NFSD_MAY_READ | NFSD_MAY_READ_IF_EXEC))) in nfsd_permission()
Dvfs.h18 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dfilecache.c36 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE)
195 if (may & NFSD_MAY_READ) in nfsd_file_alloc()
Dtrace.h186 { NFSD_MAY_READ, "READ" }, \
Dnfs4proc.c187 accmode |= NFSD_MAY_READ; in do_open_permission()
1613 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
1616 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c4708 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5624 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
6678 __be32 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()