Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dvfs.c669 { 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()
[all …]
Dvfs.h16 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dnfs4proc.c164 accmode |= NFSD_MAY_READ; in do_open_permission()
Dnfs4state.c2744 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
4225 __be32 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()