Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dvfs.c590 { NFS3_ACCESS_READ, NFSD_MAY_READ },
599 { NFS3_ACCESS_READ, NFSD_MAY_READ },
616 { NFS3_ACCESS_READ, NFSD_MAY_READ },
755 if (may_flags & NFSD_MAY_READ) in nfsd_open()
1038 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1921 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
1988 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2026 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2051 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2052 acc == (NFSD_MAY_READ | NFSD_MAY_READ_IF_EXEC))) in nfsd_permission()
Dvfs.h18 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dnfs4proc.c186 accmode |= NFSD_MAY_READ; in do_open_permission()
1374 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
1377 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c4173 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5096 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
6153 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()