Searched refs:reiserfs_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 339 reiserfs_info(s, "Truncating %k to %lld ..", in finish_unfinished() 349 reiserfs_info(s, "Removing %k..", INODE_PKEY(inode)); in finish_unfinished() 385 reiserfs_info(s, "There were %d uncompleted unlinks/truncates. " in finish_unfinished() 1316 reiserfs_info(s, "switching to journaled data mode\n"); in handle_data_mode() 1321 reiserfs_info(s, "switching to ordered data mode\n"); in handle_data_mode() 1326 reiserfs_info(s, "switching to writeback data mode\n"); in handle_data_mode() 1623 reiserfs_info(s, "found reiserfs format \"3.6\"" in read_super_block() 1626 reiserfs_info(s, "found reiserfs format \"3.5\"" in read_super_block() 1639 reiserfs_info(s, in read_super_block() 1710 reiserfs_info(s, "FS seems to be empty, autodetect is using the default hash\n"); in find_hash_out() [all …]
|
D | prints.c | 280 void reiserfs_info(struct super_block *sb, const char *fmt, ...) in reiserfs_info() function 394 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); \ 671 reiserfs_info(s, "allocator options = [%08x]\n", SB_ALLOC_OPTS(s)); in reiserfs_parse_alloc_options()
|
D | journal.c | 2393 reiserfs_info(sb, "checking transaction log (%s)\n", in journal_read() 2554 reiserfs_info(sb, in journal_read() 2653 reiserfs_info(super, in journal_init_dev() 2821 reiserfs_info(sb, "journal params: device %s, size %u, " in journal_init()
|
D | xattr.c | 922 reiserfs_info(dentry->d_sb, "Created %s - reserved for xattr " in create_privroot()
|
D | reiserfs.h | 3196 void reiserfs_info(struct super_block *s, const char *fmt, ...);
|