Searched refs:ea_bdebug (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/fs/ext2/ |
| D | xattr.c | 81 # define ea_bdebug(bh, f...) do { \ macro 89 # define ea_bdebug(bh, f...) no_printk(f) macro 224 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_get() 310 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_list() 450 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext2_xattr_set() 530 ea_bdebug(bh, "modifying in-place"); in ext2_xattr_set() 539 ea_bdebug(bh, "cloning"); in ext2_xattr_set() 684 ea_bdebug(bh, "freeing"); in ext2_xattr_release_block() 697 ea_bdebug(bh, "refcount now=%d", in ext2_xattr_release_block() 721 ea_bdebug(new_bh, "keeping this block"); in ext2_xattr_set2() [all …]
|
| /Linux-v6.1/fs/ext4/ |
| D | xattr.c | 69 # define ea_bdebug(bh, fmt, ...) \ macro 74 # define ea_bdebug(bh, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro 549 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext4_xattr_block_get() 722 ea_bdebug(bh, "b_count=%d, refcount=%d", in ext4_xattr_block_list() 1244 ea_bdebug(bh, "refcount now=0; freeing"); in ext4_xattr_release_block() 1309 ea_bdebug(bh, "refcount now=%d; releasing", in ext4_xattr_release_block() 1830 ea_bdebug(bs->bh, "b_count=%d, refcount=%d", in ext4_xattr_block_find() 1901 ea_bdebug(bs->bh, "modifying in-place"); in ext4_xattr_block_set() 1918 ea_bdebug(bs->bh, "cloning"); in ext4_xattr_block_set() 2001 ea_bdebug(new_bh, "keeping"); in ext4_xattr_block_set() [all …]
|