| /linux-4.4.14/fs/nilfs2/ | 
| D | sysfs.c | 200 	struct the_nilfs *nilfs;  in nilfs_sysfs_create_snapshot_group()  local 242 				    struct the_nilfs *nilfs, char *buf)  in nilfs_mounted_snapshots_README_show() 264 					    struct the_nilfs *nilfs,  in nilfs_checkpoints_checkpoints_number_show() 287 					struct the_nilfs *nilfs,  in nilfs_checkpoints_snapshots_number_show() 310 					    struct the_nilfs *nilfs,  in nilfs_checkpoints_last_seg_checkpoint_show() 324 					struct the_nilfs *nilfs,  in nilfs_checkpoints_next_checkpoint_show() 347 				struct the_nilfs *nilfs, char *buf)  in nilfs_checkpoints_README_show() 377 				     struct the_nilfs *nilfs,  in nilfs_segments_segments_number_show() 385 					struct the_nilfs *nilfs,  in nilfs_segments_blocks_per_segment_show() 393 				    struct the_nilfs *nilfs,  in nilfs_segments_clean_segments_show() [all …] 
 | 
| D | the_nilfs.c | 41 void nilfs_set_last_segment(struct the_nilfs *nilfs,  in nilfs_set_last_segment() 70 	struct the_nilfs *nilfs;  in alloc_nilfs()  local 97 void destroy_nilfs(struct the_nilfs *nilfs)  in destroy_nilfs() 108 static int nilfs_load_super_root(struct the_nilfs *nilfs,  in nilfs_load_super_root() 183 static int nilfs_store_log_cursor(struct the_nilfs *nilfs,  in nilfs_store_log_cursor() 213 int load_nilfs(struct the_nilfs *nilfs, struct super_block *sb)  in load_nilfs() 374 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs)  in nilfs_nrsvsegs() 381 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs)  in nilfs_set_nsegments() 387 static int nilfs_store_disk_layout(struct the_nilfs *nilfs,  in nilfs_store_disk_layout() 463 static void nilfs_release_super_block(struct the_nilfs *nilfs)  in nilfs_release_super_block() [all …] 
 | 
| D | super.c | 80 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_set_error()  local 112 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_error()  local 192 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_sync_super()  local 249 			  struct the_nilfs *nilfs)  in nilfs_set_log_cursor() 267 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_prepare_super()  local 293 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_commit_super()  local 329 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_cleanup_super()  local 359 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_move_2nd_super()  local 419 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_resize_fs()  local 485 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_put_super()  local [all …] 
 | 
| D | ioctl.c | 60 static int nilfs_ioctl_wrap_copy(struct the_nilfs *nilfs,  in nilfs_ioctl_wrap_copy() 224 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_ioctl_change_cpmode()  local 279 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_ioctl_delete_checkpoint()  local 322 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,  in nilfs_ioctl_do_get_cpinfo() 358 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_ioctl_get_cpstat()  local 389 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,  in nilfs_ioctl_do_get_suinfo() 425 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_ioctl_get_sustat()  local 456 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,  in nilfs_ioctl_do_get_vinfo() 483 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags,  in nilfs_ioctl_do_get_bdescs() 534 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_ioctl_get_bdescs()  local [all …] 
 | 
| D | the_nilfs.h | 228 #define nilfs_clear_opt(nilfs, opt)  \  argument 230 #define nilfs_set_opt(nilfs, opt)  \  argument 232 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)  argument 233 #define nilfs_write_opt(nilfs, mask, opt)				\  argument 256 	struct the_nilfs *nilfs;  member 273 static inline int nilfs_sb_need_update(struct the_nilfs *nilfs)  in nilfs_sb_need_update() 280 static inline int nilfs_sb_will_flip(struct the_nilfs *nilfs)  in nilfs_sb_will_flip() 309 static inline int nilfs_valid_fs(struct the_nilfs *nilfs)  in nilfs_valid_fs() 320 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum,  in nilfs_get_segment_range() 330 nilfs_get_segment_start_blocknr(struct the_nilfs *nilfs, __u64 segnum)  in nilfs_get_segment_start_blocknr() [all …] 
 | 
| D | segment.c | 215 	struct the_nilfs *nilfs;  in nilfs_transaction_begin()  local 269 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_transaction_commit()  local 305 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_transaction_abort()  local 327 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_relax_pressure_in_lock()  local 353 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_transaction_lock()  local 386 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_transaction_unlock()  local 775 static void nilfs_dispose_list(struct the_nilfs *nilfs,  in nilfs_dispose_list() 812 	struct the_nilfs *nilfs = sci->sc_super->s_fs_info;  in nilfs_iput_work_func()  local 817 static int nilfs_test_metadata_dirty(struct the_nilfs *nilfs,  in nilfs_test_metadata_dirty() 843 	struct the_nilfs *nilfs = sci->sc_super->s_fs_info;  in nilfs_segctor_confirm()  local [all …] 
 | 
| D | recovery.c | 104 static int nilfs_compute_checksum(struct the_nilfs *nilfs,  in nilfs_compute_checksum() 142 int nilfs_read_super_root_block(struct the_nilfs *nilfs, sector_t sr_block,  in nilfs_read_super_root_block() 193 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr,  in nilfs_read_log_header() 211 static int nilfs_validate_log(struct the_nilfs *nilfs, u64 seg_seq,  in nilfs_validate_log() 254 static void *nilfs_read_summary_info(struct the_nilfs *nilfs,  in nilfs_read_summary_info() 284 static void nilfs_skip_summary_info(struct the_nilfs *nilfs,  in nilfs_skip_summary_info() 316 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr,  in nilfs_scan_dsync_log() 427 static int nilfs_prepare_segment_for_recovery(struct the_nilfs *nilfs,  in nilfs_prepare_segment_for_recovery() 485 static int nilfs_recovery_copy_block(struct the_nilfs *nilfs,  in nilfs_recovery_copy_block() 503 static int nilfs_recover_dsync_blocks(struct the_nilfs *nilfs,  in nilfs_recover_dsync_blocks() [all …] 
 | 
| D | segbuf.c | 34 	struct the_nilfs       *nilfs;  member 74 		     unsigned long offset, struct the_nilfs *nilfs)  in nilfs_segbuf_map() 102 				  __u64 nextnum, struct the_nilfs *nilfs)  in nilfs_segbuf_set_next_segnum() 242 	struct the_nilfs *nilfs = segbuf->sb_super->s_fs_info;  in nilfs_segbuf_fill_in_super_root_crc()  local 295 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs)  in nilfs_write_logs() 394 static struct bio *nilfs_alloc_seg_bio(struct the_nilfs *nilfs, sector_t start,  in nilfs_alloc_seg_bio() 464 			      struct the_nilfs *nilfs)  in nilfs_segbuf_write()
  | 
| D | gcinode.c | 87 		struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_gccache_submit_read_data()  local 185 void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs)  in nilfs_remove_all_gcinodes()
  | 
| D | inode.c | 87 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_get_block()  local 347 	struct the_nilfs *nilfs = sb->s_fs_info;  in nilfs_new_inode()  local 487 	struct the_nilfs *nilfs = sb->s_fs_info;  in __nilfs_read_inode()  local 654 		struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_write_inode_common()  local 867 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_load_inode_block()  local 896 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_inode_dirty()  local 911 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_set_file_dirty()  local 991 	struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_fiemap()  local
  | 
| D | sufile.c | 578 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_get_stat()  local 652 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_truncate_range()  local 755 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_resize()  local 828 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_get_suinfo()  local 902 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_set_suinfo()  local 1028 	struct the_nilfs *nilfs = sufile->i_sb->s_fs_info;  in nilfs_sufile_trim_fs()  local
  | 
| D | file.c | 40 	struct the_nilfs *nilfs;  in nilfs_sync_file()  local
  | 
| D | btnode.c | 91 			struct the_nilfs *nilfs = inode->i_sb->s_fs_info;  in nilfs_btnode_submit_block()  local
  | 
| D | bmap.c | 37 	struct the_nilfs *nilfs = bmap->b_inode->i_sb->s_fs_info;  in nilfs_bmap_get_dat()  local
  |