Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dnfs4state.c462 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() function
515 return test_access(NFS4_SHARE_ACCESS_READ, stp) || in access_permit_read()
516 test_access(NFS4_SHARE_ACCESS_BOTH, stp) || in access_permit_read()
517 test_access(NFS4_SHARE_ACCESS_WRITE, stp); in access_permit_read()
523 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) || in access_permit_write()
524 test_access(NFS4_SHARE_ACCESS_BOTH, stp); in access_permit_write()
1437 if (test_access(i, stp)) in release_all_access()
5291 if (!test_access(open->op_share_access, stp)) in nfs4_upgrade_open()
6925 if (!test_access(access, stp)) in nfs4_stateid_downgrade_bit()
6971 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
[all …]