Lines Matching defs:test_access
1223 test_access(u32 access, struct nfs4_ol_stateid *stp)
1318 if (test_access(i, stp))
4942 if (!test_access(open->op_share_access, stp))
5547 return test_access(NFS4_SHARE_ACCESS_READ, stp) ||
5548 test_access(NFS4_SHARE_ACCESS_BOTH, stp) ||
5549 test_access(NFS4_SHARE_ACCESS_WRITE, stp);
5555 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) ||
5556 test_access(NFS4_SHARE_ACCESS_BOTH, stp);
6152 if (!test_access(access, stp))
6198 if (!test_access(od->od_share_access, stp)) {
6631 if (test_access(access, lock_stp))