Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dnfs4state.c1143 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() function
1238 if (test_access(i, stp)) in release_all_access()
4744 if (!test_access(open->op_share_access, stp)) in nfs4_upgrade_open()
5348 return test_access(NFS4_SHARE_ACCESS_READ, stp) || in access_permit_read()
5349 test_access(NFS4_SHARE_ACCESS_BOTH, stp) || in access_permit_read()
5350 test_access(NFS4_SHARE_ACCESS_WRITE, stp); in access_permit_read()
5356 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) || in access_permit_write()
5357 test_access(NFS4_SHARE_ACCESS_BOTH, stp); in access_permit_write()
5879 if (!test_access(access, stp)) in nfs4_stateid_downgrade_bit()
5925 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
[all …]