Home
last modified time | relevance | path

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

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