Home
last modified time | relevance | path

Searched refs:nilfs_err (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.c187 nilfs_err(nilfs->ns_sb, in nilfs_store_log_cursor()
215 nilfs_err(sb, "too large filesystem blocksize: 2 ^ %u KiB", in nilfs_get_blocksize()
310 nilfs_err(sb, "error %d while loading super root", err); in load_nilfs()
332 nilfs_err(sb, in load_nilfs()
339 nilfs_err(sb, in load_nilfs()
346 nilfs_err(sb, in load_nilfs()
362 nilfs_err(sb, in load_nilfs()
375 nilfs_err(sb, "error %d while searching super root", err); in load_nilfs()
443 nilfs_err(nilfs->ns_sb, in nilfs_store_disk_layout()
456 nilfs_err(nilfs->ns_sb, "too large inode size: %d bytes", in nilfs_store_disk_layout()
[all …]
H A Dsuper.c193 nilfs_err(sb, "unable to write superblock: err=%d", err); in nilfs_sync_super()
579 nilfs_err(sb, "Invalid checkpoint (checkpoint number=%llu)", in nilfs_attach_checkpoint()
781 nilfs_err(sb, in nilfs_parse_param()
787 nilfs_err(NULL, in nilfs_parse_param()
891 nilfs_err(sb, in nilfs_check_feature_compatibility()
899 nilfs_err(sb, in nilfs_check_feature_compatibility()
918 nilfs_err(sb, "error %d getting root inode", ret); in nilfs_get_root_dentry()
923 nilfs_err(sb, "corrupt root inode"); in nilfs_get_root_dentry()
951 nilfs_err(sb, "error %d getting root dentry", ret); in nilfs_get_root_dentry()
971 nilfs_err(s, in nilfs_attach_snapshot()
[all …]
H A Drecovery.c54 nilfs_err(sb, "I/O error reading segment"); in nilfs_warn_segment_error()
75 nilfs_err(sb, "unrecognized segment error %d", err); in nilfs_warn_segment_error()
462 nilfs_err(sb, in nilfs_prepare_segment_for_recovery()
720 nilfs_err(sb, in nilfs_do_roll_forward()
806 nilfs_err(sb, "error %d loading the latest checkpoint", err); in nilfs_salvage_orphan_logs()
817 nilfs_err(sb, "error %d preparing segment for recovery", in nilfs_salvage_orphan_logs()
831 nilfs_err(sb, "error %d writing segment for recovery", in nilfs_salvage_orphan_logs()
H A Dsysfs.c253 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_checkpoints_number_show()
276 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_snapshots_number_show()
396 nilfs_err(nilfs->ns_sb, "unable to get segment stat: err=%d", in nilfs_segments_dirty_segments_show()
772 nilfs_err(nilfs->ns_sb, "unable to convert string: err=%d", in nilfs_superblock_sb_update_frequency_store()
1008 nilfs_err(sb, "unable to allocate memory for device group"); in nilfs_sysfs_create_device_group()
1117 nilfs_err(NULL, "unable to create sysfs entry: err=%d", err); in nilfs_sysfs_init()
1123 nilfs_err(NULL, "unable to create feature group: err=%d", err); in nilfs_sysfs_init()
H A Dcpfile.c277 nilfs_err(cpfile->i_sb, in nilfs_cpfile_read_checkpoint()
471 nilfs_err(cpfile->i_sb, in nilfs_cpfile_delete_checkpoints()
531 nilfs_err(cpfile->i_sb, in nilfs_cpfile_delete_checkpoints()
1141 nilfs_err(sb, "too large checkpoint size: %zu bytes", cpsize); in nilfs_cpfile_read()
1144 nilfs_err(sb, "too small checkpoint size: %zu bytes", cpsize); in nilfs_cpfile_read()
H A Dnilfs.h357 #define nilfs_err(sb, fmt, ...) \ macro