Home
last modified time | relevance | path

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

/linux-6.15/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.c1432 if (eng_grps->is_rdonly) { in ucode_load_store()
1544 bool is_rdonly) in otx_cpt_set_eng_grps_is_rdonly() argument
1548 eng_grps->is_rdonly = is_rdonly; in otx_cpt_set_eng_grps_is_rdonly()
/linux-6.15/fs/nfs/
H A Dnfs4proc.c3731 bool is_rdonly, is_wronly, is_rdwr; in nfs4_close_prepare() local
3740 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
3746 call_close |= is_rdonly; in nfs4_close_prepare()
3747 else if (is_rdonly) in nfs4_close_prepare()
/linux-6.15/kernel/bpf/
H A Dverifier.c21345 bool is_rdonly; in specialize_kfunc() local
21361 is_rdonly = !may_access_direct_pkt_data(env, NULL, BPF_WRITE); in specialize_kfunc()
21363 if (is_rdonly) in specialize_kfunc()