Home
last modified time | relevance | path

Searched refs:ns_sb (Results 1 – 5 of 5) sorted by relevance

/fs/nilfs2/
Dthe_nilfs.c64 nilfs->ns_sb = sb; in alloc_nilfs()
186 nilfs_err(nilfs->ns_sb, in nilfs_store_log_cursor()
400 nilfs_err(nilfs->ns_sb, in nilfs_store_disk_layout()
413 nilfs_err(nilfs->ns_sb, "too large inode size: %d bytes", in nilfs_store_disk_layout()
417 nilfs_err(nilfs->ns_sb, "too small inode size: %d bytes", in nilfs_store_disk_layout()
426 nilfs_err(nilfs->ns_sb, "too short segment: %lu blocks", in nilfs_store_disk_layout()
436 nilfs_err(nilfs->ns_sb, in nilfs_store_disk_layout()
444 nilfs_msg(nilfs->ns_sb, KERN_ERR, in nilfs_store_disk_layout()
451 nblocks = (u64)i_size_read(nilfs->ns_sb->s_bdev->bd_inode) >> in nilfs_store_disk_layout()
452 nilfs->ns_sb->s_blocksize_bits; in nilfs_store_disk_layout()
[all …]
Dsysfs.c264 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_checkpoints_number_show()
287 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_snapshots_number_show()
406 nilfs_err(nilfs->ns_sb, "unable to get segment stat: err=%d", in nilfs_segments_dirty_segments_show()
780 nilfs_err(nilfs->ns_sb, "unable to convert string: err=%d", in nilfs_superblock_sb_update_frequency_store()
787 nilfs_warn(nilfs->ns_sb, in nilfs_superblock_sb_update_frequency_store()
Drecovery.c171 return nilfs_warn_segment_error(nilfs->ns_sb, ret); in nilfs_read_super_root_block()
706 nilfs_warn(nilfs->ns_sb, in nilfs_finish_roll_forward()
950 return ret < 0 ? ret : nilfs_warn_segment_error(nilfs->ns_sb, ret); in nilfs_search_super_root()
Dthe_nilfs.h99 struct super_block *ns_sb; member
Dioctl.c840 nilfs_err(nilfs->ns_sb, "error %d preparing GC: %s", ret, msg); in nilfs_ioctl_prepare_clean_segments()