Searched refs:reiserfs_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/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() 1368 reiserfs_info(s, "switching to journaled data mode\n"); in handle_data_mode() 1373 reiserfs_info(s, "switching to ordered data mode\n"); in handle_data_mode() 1378 reiserfs_info(s, "switching to writeback data mode\n"); in handle_data_mode() 1672 reiserfs_info(s, "found reiserfs format \"3.6\"" in read_super_block() 1675 reiserfs_info(s, "found reiserfs format \"3.5\"" in read_super_block() 1688 reiserfs_info(s, in read_super_block() 1759 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 | 2398 reiserfs_info(sb, "checking transaction log (%pg)\n", in journal_read() 2559 reiserfs_info(sb, in journal_read() 2658 reiserfs_info(super, in journal_init_dev() 2839 reiserfs_info(sb, "journal params: device %pg, size %u, " in journal_init()
|
D | xattr.c | 891 reiserfs_info(dentry->d_sb, "Created %s - reserved for xattr " in create_privroot()
|
D | reiserfs.h | 3198 void reiserfs_info(struct super_block *s, const char *fmt, ...);
|