Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dvfs.c706 { NFS3_ACCESS_READ, NFSD_MAY_READ },
712 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
714 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
721 { NFS3_ACCESS_READ, NFSD_MAY_READ },
728 { NFS4_ACCESS_XAREAD, NFSD_MAY_READ },
730 { NFS4_ACCESS_XALIST, NFSD_MAY_READ },
744 { NFS3_ACCESS_READ, NFSD_MAY_READ },
853 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
1231 err = nfsd_file_acquire_gc(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_read()
2112 int may_flags = NFSD_MAY_READ; in nfsd_readdir()
[all …]
Dlockd.c41 access = (mode == O_WRONLY) ? NFSD_MAY_WRITE : NFSD_MAY_READ; in nlm_fopen()
Dvfs.h20 #define NFSD_MAY_READ 0x004 /* == MAY_READ */ macro
Dfilecache.c55 #define NFSD_FILE_MAY_MASK (NFSD_MAY_READ|NFSD_MAY_WRITE)
Dnfs4proc.c152 accmode |= NFSD_MAY_READ; in do_open_permission()
2225 accmode |= NFSD_MAY_READ; in nfsd4_layoutget()
2228 accmode |= NFSD_MAY_READ | NFSD_MAY_WRITE; in nfsd4_layoutget()
Dnfs4state.c5172 flags |= NFSD_MAY_READ; in nfs4_access_to_access()
6513 int acc = (flags & RD_STATE) ? NFSD_MAY_READ : NFSD_MAY_WRITE; in nfs4_check_file()
7719 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
7724 err = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd_test_lock()
8455 status = nfserrno(nfsd_open_break_lease(inode, NFSD_MAY_READ)); in nfsd4_deleg_getattr_conflict()
Dtrace.h77 { NFSD_MAY_READ, "READ" }, \