Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dvfs.c527 { NFS3_ACCESS_READ, NFSD_MAY_READ },
536 { NFS3_ACCESS_READ, NFSD_MAY_READ },
553 { NFS3_ACCESS_READ, NFSD_MAY_READ },
692 if (may_flags & NFSD_MAY_READ) in nfsd_open()
986 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1883 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
1950 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
1988 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2013 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2014 acc == (NFSD_MAY_READ | NFSD_MAY_READ_IF_EXEC))) in nfsd_permission()
Dvfs.h17 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dnfs4proc.c199 accmode |= NFSD_MAY_READ; in do_open_permission()
1252 accmode = NFSD_MAY_READ; in nfsd4_layoutget()
1255 accmode = NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c3893 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
4769 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
5710 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()