Home
last modified time | relevance | path

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

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