Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c623 static struct ext4_err_translation err_translation[] = { variable
646 for (i = 0; i < ARRAY_SIZE(err_translation); i++) in ext4_errno_to_code()
647 if (err_translation[i].errno == errno) in ext4_errno_to_code()
648 return err_translation[i].code; in ext4_errno_to_code()