Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/fs/nfs/
Dnfs4proc.c3705 bool is_rdonly, is_wronly, is_rdwr; in nfs4_close_prepare() local
3714 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
3720 call_close |= is_rdonly; in nfs4_close_prepare()
3721 else if (is_rdonly) in nfs4_close_prepare()
/linux-6.12.1/kernel/bpf/
Dverifier.c20262 bool is_rdonly; in specialize_kfunc() local
20278 is_rdonly = !may_access_direct_pkt_data(env, NULL, BPF_WRITE); in specialize_kfunc()
20280 if (is_rdonly) in specialize_kfunc()