Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/marvell/octeontx/
Dotx_cptpf_ucode.h164 bool is_rdonly; /* do engine groups configuration can be modified */ member
175 bool is_rdonly);
Dotx_cptpf_ucode.c1442 if (eng_grps->is_rdonly) { in ucode_load_store()
1554 bool is_rdonly) in otx_cpt_set_eng_grps_is_rdonly() argument
1558 eng_grps->is_rdonly = is_rdonly; in otx_cpt_set_eng_grps_is_rdonly()
/Linux-v6.6/fs/nfs/
Dnfs4proc.c3628 bool is_rdonly, is_wronly, is_rdwr; in nfs4_close_prepare() local
3637 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
3643 call_close |= is_rdonly; in nfs4_close_prepare()
3644 else if (is_rdonly) in nfs4_close_prepare()
/Linux-v6.6/kernel/bpf/
Dverifier.c18195 bool is_rdonly; in specialize_kfunc() local
18211 is_rdonly = !may_access_direct_pkt_data(env, NULL, BPF_WRITE); in specialize_kfunc()
18213 if (is_rdonly) in specialize_kfunc()