Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Derrno.h33 #define ERECALLCONFLICT 530 /* conflict with recalled state */ macro
/linux-6.6.21/lib/
Derrname.c197 E(ERECALLCONFLICT),
/linux-6.6.21/rust/kernel/
Derror.rs82 declare_err!(ERECALLCONFLICT, "Conflict with recalled state.");
/linux-6.6.21/fs/nfs/
Dpnfs.c2157 case -ERECALLCONFLICT: in pnfs_update_layout()
Dnfs4proc.c9668 status = -ERECALLCONFLICT; in nfs4_layoutget_handle_exception()