Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dvfs.c609 { NFS3_ACCESS_READ, NFSD_MAY_READ },
618 { NFS3_ACCESS_READ, NFSD_MAY_READ },
635 { NFS3_ACCESS_READ, NFSD_MAY_READ },
760 if (access & NFSD_MAY_READ) in nfsd_open()
1042 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_read()
1080 NFSD_MAY_READ|NFSD_MAY_OWNER_OVERRIDE); in nfsd_read_file()
1981 err = nfsd_open(rqstp, fhp, S_IFDIR, NFSD_MAY_READ, &file); in nfsd_readdir()
2042 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2080 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2105 acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE)) in nfsd_permission()
Dvfs.h16 #define NFSD_MAY_READ 4 /* == MAY_READ */ macro
Dnfs4proc.c160 accmode |= NFSD_MAY_READ; in do_open_permission()
Dnfs4state.c2529 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
3944 err = nfsd_open(rqstp, fhp, S_IFREG, NFSD_MAY_READ, &file); in nfsd_test_lock()