Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dvfs.c582 { NFS3_ACCESS_READ, NFSD_MAY_READ },
591 { NFS3_ACCESS_READ, NFSD_MAY_READ },
608 { NFS3_ACCESS_READ, NFSD_MAY_READ },
728 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1009 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
1942 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
2009 (acc & NFSD_MAY_READ)? " read" : "", in nfsd_permission()
2047 acc = NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE; in nfsd_permission()
2072 (acc == (NFSD_MAY_READ | NFSD_MAY_OWNER_OVERRIDE) || in nfsd_permission()
2073 acc == (NFSD_MAY_READ | NFSD_MAY_READ_IF_EXEC))) in nfsd_permission()
Dvfs.h18 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dfilecache.c36 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE)
191 if (may & NFSD_MAY_READ) in nfsd_file_alloc()
Dtrace.h180 { NFSD_MAY_READ, "READ" }, \
Dnfs4proc.c187 accmode |= NFSD_MAY_READ; in do_open_permission()
1608 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
1611 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c4652 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
5577 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
6627 __be32 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()