Searched refs:reiserfs_info (Results 1 – 6 of 6) sorted by relevance
/fs/reiserfs/ |
D | super.c | 325 reiserfs_info(s, "Truncating %k to %Ld ..", in finish_unfinished() 335 reiserfs_info(s, "Removing %k..", INODE_PKEY(inode)); in finish_unfinished() 369 reiserfs_info(s, "There were %d uncompleted unlinks/truncates. " in finish_unfinished() 1235 reiserfs_info(s, "switching to journaled data mode\n"); in handle_data_mode() 1240 reiserfs_info(s, "switching to ordered data mode\n"); in handle_data_mode() 1245 reiserfs_info(s, "switching to writeback data mode\n"); in handle_data_mode() 1542 reiserfs_info(s, "found reiserfs format \"3.6\"" in read_super_block() 1545 reiserfs_info(s, "found reiserfs format \"3.5\"" in read_super_block() 1556 reiserfs_info(s, in read_super_block() 1623 reiserfs_info(s, "FS seems to be empty, autodetect " in find_hash_out() [all …]
|
D | prints.c | 278 void reiserfs_info(struct super_block *sb, const char *fmt, ...) in reiserfs_info() function 389 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); \ 632 reiserfs_info(s, "allocator options = [%08x]\n", SB_ALLOC_OPTS(s)); in reiserfs_parse_alloc_options()
|
D | journal.c | 2347 reiserfs_info(sb, "checking transaction log (%s)\n", in journal_read() 2500 reiserfs_info(sb, in journal_read() 2594 reiserfs_info(super, in journal_init_dev() 2761 reiserfs_info(sb, "journal params: device %s, size %u, " in journal_init()
|
D | xattr.c | 898 reiserfs_info(dentry->d_sb, "Created %s - reserved for xattr " in create_privroot()
|
D | reiserfs.h | 2743 void reiserfs_info(struct super_block *s, const char *fmt, ...);
|