Searched refs:reiserfs_info (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/reiserfs/ |
D | super.c | 372 reiserfs_info(s, "Truncating %k to %lld ..", in finish_unfinished() 382 reiserfs_info(s, "Removing %k..", INODE_PKEY(inode)); in finish_unfinished() 418 reiserfs_info(s, "There were %d uncompleted unlinks/truncates. " in finish_unfinished() 1360 reiserfs_info(s, "switching to journaled data mode\n"); in handle_data_mode() 1365 reiserfs_info(s, "switching to ordered data mode\n"); in handle_data_mode() 1370 reiserfs_info(s, "switching to writeback data mode\n"); in handle_data_mode() 1666 reiserfs_info(s, "found reiserfs format \"3.6\"" in read_super_block() 1669 reiserfs_info(s, "found reiserfs format \"3.5\"" in read_super_block() 1682 reiserfs_info(s, in read_super_block() 1751 reiserfs_info(s, "FS seems to be empty, autodetect is using the default hash\n"); in find_hash_out() [all …]
|
D | prints.c | 299 void reiserfs_info(struct super_block *sb, const char *fmt, ...) in reiserfs_info() function 413 reiserfs_info(sb, "Remounting filesystem read-only\n"); in __reiserfs_error()
|
D | bitmap.c | 42 reiserfs_info(s, "block allocator option \"%s\" is set", #optname); \ 679 reiserfs_info(s, "allocator options = [%08x]\n", SB_ALLOC_OPTS(s)); in reiserfs_parse_alloc_options()
|
D | journal.c | 2387 reiserfs_info(sb, "checking transaction log (%pg)\n", in journal_read() 2548 reiserfs_info(sb, in journal_read() 2646 reiserfs_info(super, in journal_init_dev() 2827 reiserfs_info(sb, "journal params: device %pg, size %u, " in journal_init()
|
D | xattr.c | 893 reiserfs_info(dentry->d_sb, "Created %s - reserved for xattr " in create_privroot()
|
D | reiserfs.h | 3197 void reiserfs_info(struct super_block *s, const char *fmt, ...);
|