MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / ext3_warning

Function ext3_warning

Ext4Fsd/ext3/htree.c:212–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void ext3_warning (struct super_block * sb, const char * function,
213 char * fmt, ...)
214{
215#if DX_DEBUG
216 va_list args;
217
218 va_start(args, fmt);
219 printk("EXT3-fs warning (device %s): %s: ",
220 sb->s_id, function);
221 printk(fmt, args);
222 printk("\n");
223 va_end(args);
224#endif
225}
226
227
228/* ext3_bread is safe for meta-data blocks. it's not safe to read file data,

Callers 5

Ext2RemoveEntryFunction · 0.85
dx_probeFunction · 0.85
ext3_dx_find_entryFunction · 0.85
ext3_dx_add_entryFunction · 0.85
ext3_is_dir_emptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected