Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h164 bool is_rdonly; /* do engine groups configuration can be modified */ member
175 bool is_rdonly);
H A 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()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c3632 bool is_rdonly, is_wronly, is_rdwr; in nfs4_close_prepare() local
3641 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
3647 call_close |= is_rdonly; in nfs4_close_prepare()
3648 else if (is_rdonly) in nfs4_close_prepare()
/openbmc/linux/kernel/bpf/
H A Dverifier.c18755 bool is_rdonly; in specialize_kfunc() local
18771 is_rdonly = !may_access_direct_pkt_data(env, NULL, BPF_WRITE); in specialize_kfunc()
18773 if (is_rdonly) in specialize_kfunc()