Lines Matching refs:NFSD_MAY_READ
669 { NFS3_ACCESS_READ, NFSD_MAY_READ },
678 { NFS3_ACCESS_READ, NFSD_MAY_READ },
695 { NFS3_ACCESS_READ, NFSD_MAY_READ },
824 if (may_flags & NFSD_MAY_READ) in nfsd_open()
1112 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1150 NFSD_MAY_READ|NFSD_MAY_OWNER_OVERRIDE); in nfsd_read_file()
2073 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
2140 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2178 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2203 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2204 acc == (NFSD_MAY_READ | NFSD_MAY_READ_IF_EXEC))) in nfsd_permission()