Searched defs:error_msg (Results 1 - 4 of 4) sorted by relevance

/fs/ext3/
H A Ddir.c67 const char * error_msg = NULL; local
71 error_msg = "rec_len is smaller than minimal";
73 error_msg = "rec_len % 4 != 0";
75 error_msg = "rec_len is too small for name_len";
77 error_msg = "directory entry across blocks";
80 error_msg = "inode out of bounds";
82 if (unlikely(error_msg != NULL))
86 dir->i_ino, error_msg, offset,
90 return error_msg == NULL ? 1 : 0;
/fs/ext4/
H A Ddir.c69 const char *error_msg = NULL; local
74 error_msg = "rec_len is smaller than minimal";
76 error_msg = "rec_len % 4 != 0";
78 error_msg = "rec_len is too small for name_len";
80 error_msg = "directory entry across range";
83 error_msg = "inode out of bounds";
91 error_msg, (unsigned) (offset % size),
98 error_msg, (unsigned) (offset % size),
H A Dextents.c443 const char *error_msg; local
447 error_msg = "invalid magic";
451 error_msg = "unexpected eh_depth";
455 error_msg = "invalid eh_max";
460 error_msg = "too large eh_max";
464 error_msg = "invalid eh_entries";
468 error_msg = "invalid extent entries";
474 error_msg = "extent tree corrupted";
483 (unsigned long long) pblk, error_msg,
/fs/ocfs2/
H A Ddir.c321 const char *error_msg = NULL; local
325 error_msg = "rec_len is smaller than minimal";
327 error_msg = "rec_len % 4 != 0";
329 error_msg = "rec_len is too small for name_len";
332 error_msg = "directory entry across blocks";
334 if (unlikely(error_msg != NULL))
337 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg,
341 return error_msg == NULL ? 1 : 0;

Completed in 63 milliseconds