| /linux-6.15/fs/nilfs2/ |
| H A D | sysfs.c | 177 struct the_nilfs *nilfs; in nilfs_sysfs_create_snapshot_group() local 265 struct the_nilfs *nilfs, in nilfs_checkpoints_snapshots_number_show() 302 struct the_nilfs *nilfs, in nilfs_checkpoints_next_checkpoint_show() 364 struct the_nilfs *nilfs, in nilfs_segments_blocks_per_segment_show() 461 struct the_nilfs *nilfs, in nilfs_segctor_last_seg_sequence_show() 475 struct the_nilfs *nilfs, in nilfs_segctor_last_seg_checkpoint_show() 489 struct the_nilfs *nilfs, in nilfs_segctor_current_seg_sequence_show() 517 struct the_nilfs *nilfs, in nilfs_segctor_next_full_seg_show() 531 struct the_nilfs *nilfs, in nilfs_segctor_next_pseg_offset_show() 545 struct the_nilfs *nilfs, in nilfs_segctor_next_checkpoint_show() [all …]
|
| H A D | the_nilfs.c | 28 void nilfs_set_last_segment(struct the_nilfs *nilfs, in nilfs_set_last_segment() 57 struct the_nilfs *nilfs; in alloc_nilfs() local 84 void destroy_nilfs(struct the_nilfs *nilfs) in destroy_nilfs() 94 static int nilfs_load_super_root(struct the_nilfs *nilfs, in nilfs_load_super_root() 172 static int nilfs_store_log_cursor(struct the_nilfs *nilfs, in nilfs_store_log_cursor() 423 static u64 nilfs_max_segment_count(struct the_nilfs *nilfs) in nilfs_max_segment_count() 585 void nilfs_fall_back_super_block(struct the_nilfs *nilfs) in nilfs_fall_back_super_block() 594 void nilfs_swap_super_block(struct the_nilfs *nilfs) in nilfs_swap_super_block() 605 static int nilfs_load_super_block(struct the_nilfs *nilfs, in nilfs_load_super_block() 833 int nilfs_near_disk_full(struct the_nilfs *nilfs) in nilfs_near_disk_full() [all …]
|
| H A D | super.c | 89 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_set_error() local 126 struct the_nilfs *nilfs = sb->s_fs_info; in __nilfs_error() local 180 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_sync_super() local 236 struct the_nilfs *nilfs) in nilfs_set_log_cursor() 254 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_prepare_super() local 279 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_commit_super() local 317 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_cleanup_super() local 349 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_move_2nd_super() local 432 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_resize_fs() local 618 struct the_nilfs *nilfs = root->nilfs; in nilfs_statfs() local [all …]
|
| H A D | ioctl.c | 198 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_change_cpmode() local 250 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_delete_checkpoint() local 326 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_cpstat() local 391 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_sustat() local 498 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_bdescs() local 594 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_move_blocks() local 841 struct the_nilfs *nilfs; in nilfs_ioctl_clean_segments() local 964 struct the_nilfs *nilfs; in nilfs_ioctl_sync() local 1031 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_trim_fs() local 1251 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_get_fslabel() local [all …]
|
| H A D | segment.c | 203 struct the_nilfs *nilfs; in nilfs_transaction_begin() local 259 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_commit() local 295 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_abort() local 317 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_relax_pressure_in_lock() local 343 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_lock() local 942 struct the_nilfs *nilfs) in nilfs_segctor_fill_in_super_root() 1327 struct the_nilfs *nilfs) in nilfs_segctor_begin_construction() 1443 struct the_nilfs *nilfs) in nilfs_free_incomplete_logs() 1774 struct the_nilfs *nilfs) in nilfs_segctor_write() 2010 struct the_nilfs *nilfs) in nilfs_segctor_collect_dirty_files() [all …]
|
| H A D | the_nilfs.h | 211 #define nilfs_clear_opt(nilfs, opt) \ argument 213 #define nilfs_set_opt(nilfs, opt) \ argument 234 struct the_nilfs *nilfs; member 251 static inline int nilfs_sb_need_update(struct the_nilfs *nilfs) in nilfs_sb_need_update() 259 static inline int nilfs_sb_will_flip(struct the_nilfs *nilfs) in nilfs_sb_will_flip() 289 static inline int nilfs_valid_fs(struct the_nilfs *nilfs) in nilfs_valid_fs() 300 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, in nilfs_get_segment_range() 317 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr) in nilfs_get_segnum_of_block() 326 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, in nilfs_terminate_segment() 341 static inline __u64 nilfs_last_cno(struct the_nilfs *nilfs) in nilfs_last_cno() [all …]
|
| H A D | recovery.c | 94 static int nilfs_compute_checksum(struct the_nilfs *nilfs, in nilfs_compute_checksum() 215 static int nilfs_validate_log(struct the_nilfs *nilfs, u64 seg_seq, in nilfs_validate_log() 261 static void *nilfs_read_summary_info(struct the_nilfs *nilfs, in nilfs_read_summary_info() 291 static void nilfs_skip_summary_info(struct the_nilfs *nilfs, in nilfs_skip_summary_info() 506 static int nilfs_recovery_copy_block(struct the_nilfs *nilfs, in nilfs_recovery_copy_block() 522 static int nilfs_recover_dsync_blocks(struct the_nilfs *nilfs, in nilfs_recover_dsync_blocks() 605 static int nilfs_do_roll_forward(struct the_nilfs *nilfs, in nilfs_do_roll_forward() 727 static void nilfs_finish_roll_forward(struct the_nilfs *nilfs, in nilfs_finish_roll_forward() 758 static void nilfs_abort_roll_forward(struct the_nilfs *nilfs) in nilfs_abort_roll_forward() 795 int nilfs_salvage_orphan_logs(struct the_nilfs *nilfs, in nilfs_salvage_orphan_logs() [all …]
|
| H A D | segbuf.c | 21 struct the_nilfs *nilfs; member 61 unsigned long offset, struct the_nilfs *nilfs) in nilfs_segbuf_map() 89 __u64 nextnum, struct the_nilfs *nilfs) in nilfs_segbuf_set_next_segnum() 238 struct the_nilfs *nilfs = segbuf->sb_super->s_fs_info; in nilfs_segbuf_fill_in_super_root_crc() local 291 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() 412 struct the_nilfs *nilfs) in nilfs_segbuf_write()
|
| H A D | inode.c | 78 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_get_block() local 447 struct the_nilfs *nilfs = sb->s_fs_info; in __nilfs_read_inode() local 850 struct the_nilfs *nilfs; in nilfs_evict_inode() local 953 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_load_inode_block() local 985 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_inode_dirty() local 1000 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_set_file_dirty() local 1037 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in __nilfs_mark_inode_dirty() local 1096 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_fiemap() local
|
| H A D | gcinode.c | 70 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_gccache_submit_read_data() local 174 void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs) in nilfs_remove_all_gcinodes()
|
| H A D | sufile.c | 530 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_mark_dirty() local 621 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_get_stat() local 689 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_truncate_range() local 788 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_resize() local 864 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_get_suinfo() local 936 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_set_suinfo() local 1062 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_trim_fs() local
|
| H A D | file.c | 26 struct the_nilfs *nilfs; in nilfs_sync_file() local
|
| H A D | ifile.c | 184 struct the_nilfs *nilfs; in nilfs_ifile_read() local
|
| H A D | btnode.c | 109 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_btnode_submit_block() local
|
| H A D | bmap.c | 24 struct the_nilfs *nilfs = bmap->b_inode->i_sb->s_fs_info; in nilfs_bmap_get_dat() local
|