Searched refs:ext2_debug (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ext2/ |
H A D | ioctl.c | 61 ext2_debug ("cmd = %u, arg = %lu\n", cmd, arg); in ext2_ioctl()
|
H A D | balloc.c | 504 ext2_debug ("freeing block(s) %lu-%lu\n", block, block + count - 1); in ext2_free_blocks() 627 ext2_debug("Bit not found near goal\n"); in find_next_usable_block() 1246 ext2_debug("goal=%lu.\n", goal); in ext2_new_blocks() 1372 ext2_debug("using block group %d(%d)\n", in ext2_new_blocks()
|
H A D | ialloc.c | 116 ext2_debug ("freeing inode %lu\n", ino); in ext2_free_inode() 592 ext2_debug("allocating inode %lu\n", inode->i_ino); in ext2_new_inode()
|
H A D | ext2.h | 149 # define ext2_debug(f, a...) { \ macro 155 # define ext2_debug(f, a...) /**/ macro
|
H A D | super.c | 686 ext2_debug ("Checking group descriptors"); in ext2_check_descriptors() 1283 ext2_debug("setting valid to 0\n"); in ext2_sync_fs()
|