Searched refs:ea_bdebug (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext2/ |
D | xattr.c | 79 # define ea_bdebug(bh, f...) do { \ macro 89 # define ea_bdebug(f...) macro 176 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_get() 265 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_list() 398 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_set() 491 ea_bdebug(bh, "modifying in-place"); in ext2_xattr_set() 501 ea_bdebug(bh, "cloning"); in ext2_xattr_set() 633 ea_bdebug(new_bh, "keeping this block"); in ext2_xattr_set2() 637 ea_bdebug(new_bh, "reusing block"); in ext2_xattr_set2() 645 ea_bdebug(new_bh, "refcount now=%d", in ext2_xattr_set2() [all …]
|
/linux-4.1.27/fs/ext3/ |
D | xattr.c | 78 # define ea_bdebug(bh, f...) do { \ macro 88 # define ea_bdebug(f...) macro 229 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext3_xattr_block_get() 373 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext3_xattr_block_list() 487 ea_bdebug(bh, "refcount now=0; freeing"); in ext3_xattr_release_block() 499 ea_bdebug(bh, "refcount now=%d; releasing", in ext3_xattr_release_block() 646 ea_bdebug(bs->bh, "b_count=%d, refcount=%d", in ext3_xattr_block_find() 701 ea_bdebug(bs->bh, "modifying in-place"); in ext3_xattr_block_set() 728 ea_bdebug(bs->bh, "cloning"); in ext3_xattr_block_set() 768 ea_bdebug(new_bh, "keeping"); in ext3_xattr_block_set() [all …]
|
/linux-4.1.27/fs/ext4/ |
D | xattr.c | 70 # define ea_bdebug(bh, f...) do { \ macro 80 # define ea_bdebug(bh, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro 294 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext4_xattr_block_get() 443 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext4_xattr_block_list() 558 ea_bdebug(bh, "refcount now=0; freeing"); in ext4_xattr_release_block() 590 ea_bdebug(bh, "refcount now=%d; releasing", in ext4_xattr_release_block() 748 ea_bdebug(bs->bh, "b_count=%d, refcount=%d", in ext4_xattr_block_find() 804 ea_bdebug(bs->bh, "modifying in-place"); in ext4_xattr_block_set() 831 ea_bdebug(bs->bh, "cloning"); in ext4_xattr_block_set() 871 ea_bdebug(new_bh, "keeping"); in ext4_xattr_block_set() [all …]
|