Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dvfs.c603 { NFS3_ACCESS_READ, NFSD_MAY_READ },
612 { NFS3_ACCESS_READ, NFSD_MAY_READ },
629 { NFS3_ACCESS_READ, NFSD_MAY_READ },
768 if (may_flags & NFSD_MAY_READ) in nfsd_open()
1052 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1941 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
2008 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2046 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2071 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2072 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()
1376 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
1379 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c4196 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5109 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
6170 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()