Home
last modified time | relevance | path

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

/fs/ext4/
Dresize.c208 ext4_debug("mark backup superblock %#04llx (+0)\n", start); in setup_new_group_blocks()
217 ext4_debug("update backup group %#04llx (+%d)\n", block, bit); in setup_new_group_blocks()
245 ext4_debug("clear reserved block %#04llx (+%d)\n", block, bit); in setup_new_group_blocks()
258 ext4_debug("mark block bitmap %#04llx (+%llu)\n", input->block_bitmap, in setup_new_group_blocks()
261 ext4_debug("mark inode bitmap %#04llx (+%llu)\n", input->inode_bitmap, in setup_new_group_blocks()
270 ext4_debug("clear inode block %#04llx (+%d)\n", block, bit); in setup_new_group_blocks()
291 ext4_debug("clear inode bitmap %#04llx (+%llu)\n", in setup_new_group_blocks()
521 ext4_debug("leaving with error %d\n", err); in add_new_gdb()
688 ext4_debug("update metadata backup %#04lx\n", in update_backups()
1081 ext4_debug("freeing blocks %llu through %llu\n", o_blocks_count, in ext4_group_extend()
[all …]
Dialloc.c58 ext4_debug("mark end bits +%d through +%d used\n", start_bit, end_bit); in mark_bitmap_end()
212 ext4_debug("freeing inode %lu\n", ino); in ext4_free_inode()
945 ext4_debug("allocating inode %lu\n", inode->i_ino); in ext4_new_inode()
Dioctl.c27 ext4_debug("cmd = %u, arg = %lu\n", cmd, arg); in ext4_ioctl()
Dext4.h46 #define ext4_debug(f, a...) \ macro
53 #define ext4_debug(f, a...) do {} while (0) macro
Dballoc.c402 ext4_debug("Adding block(s) %llu-%llu\n", block, block + count - 1); in ext4_add_groupblocks()
Dmballoc.c3027 ext4_debug("using block group %u(%d)\n", ac->ac_b_ex.fe_group, in ext4_mb_mark_diskspace_used()
4812 ext4_debug("freeing block %lu\n", block); in ext4_mb_free_blocks()
Dsuper.c1676 ext4_debug("Checking group descriptors"); in ext4_check_descriptors()