Home
last modified time | relevance | path

Searched refs:ETOOSMALL (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/ext2/src/
H A Dmisc.c314 return (-ETOOSMALL); in Ext2LinuxError()
427 case -ETOOSMALL: in Ext2WinntError()
/reactos/drivers/filesystems/ext2/inc/linux/
H A Derrno.h149 #define ETOOSMALL 525 /* Buffer or request is too small */ macro