Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfs4state.c1088 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() function
1183 if (test_access(i, stp)) in release_all_access()
4265 if (!test_access(open->op_share_access, stp)) in nfs4_upgrade_open()
4867 return test_access(NFS4_SHARE_ACCESS_READ, stp) || in access_permit_read()
4868 test_access(NFS4_SHARE_ACCESS_BOTH, stp) || in access_permit_read()
4869 test_access(NFS4_SHARE_ACCESS_WRITE, stp); in access_permit_read()
4875 return test_access(NFS4_SHARE_ACCESS_WRITE, stp) || in access_permit_write()
4876 test_access(NFS4_SHARE_ACCESS_BOTH, stp); in access_permit_write()
5404 if (!test_access(access, stp)) in nfs4_stateid_downgrade_bit()
5450 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
[all …]