Lines Matching defs:test_access
462 test_access(u32 access, struct nfs4_ol_stateid *stp)
515 return test_access(NFS4_SHARE_ACCESS_READ, stp) ||
516 test_access(NFS4_SHARE_ACCESS_BOTH, stp) ||
517 test_access(NFS4_SHARE_ACCESS_WRITE, stp);
523 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) ||
524 test_access(NFS4_SHARE_ACCESS_BOTH, stp);
1437 if (test_access(i, stp))
5289 if (!test_access(open->op_share_access, stp))
6924 if (!test_access(access, stp))
6970 if (!test_access(od->od_share_access, stp)) {
7424 if (test_access(access, lock_stp))