Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dudf_sb.h55 udf_error(X, __FUNCTION__, "Unable to allocate space for %d partition maps", Y);\
76udf_error(X, __FUNCTION__, "Unable to allocate space for bitmap and %d buffer_head pointers", nr_g…
Dudfdecl.h96 extern void udf_error(struct super_block *, const char *, const char *, ...);
Dsuper.c1386 udf_error(sb, "udf_read_super", in udf_read_super()
1565 void udf_error(struct super_block *sb, const char *function, in udf_error() function