Home
last modified time | relevance | path

Searched refs:the_nilfs (Results 1 – 22 of 22) sorted by relevance

/fs/nilfs2/
A Dthe_nilfs.h93 struct the_nilfs { struct
197 static inline int nilfs_##name(struct the_nilfs *nilfs) \
234 struct the_nilfs *nilfs;
267 struct the_nilfs *alloc_nilfs(struct super_block *sb);
268 void destroy_nilfs(struct the_nilfs *nilfs);
274 int nilfs_count_free_blocks(struct the_nilfs *, sector_t *);
279 int nilfs_near_disk_full(struct the_nilfs *);
280 void nilfs_fall_back_super_block(struct the_nilfs *);
281 void nilfs_swap_super_block(struct the_nilfs *);
289 static inline int nilfs_valid_fs(struct the_nilfs *nilfs) in nilfs_valid_fs()
[all …]
A Dsysfs.c27 struct the_nilfs, \
39 struct the_nilfs, \
177 struct the_nilfs *nilfs; in nilfs_sysfs_create_snapshot_group()
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()
836 struct the_nilfs *nilfs, in nilfs_dev_revision_show()
961 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_show()
973 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_store()
[all …]
A Dthe_nilfs.c28 void nilfs_set_last_segment(struct the_nilfs *nilfs, in nilfs_set_last_segment()
55 struct the_nilfs *alloc_nilfs(struct super_block *sb) in alloc_nilfs()
57 struct the_nilfs *nilfs; in alloc_nilfs()
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()
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 …]
A Dioctl.c47 ssize_t (*dofunc)(struct the_nilfs *, in nilfs_ioctl_wrap_copy() argument
198 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_change_cpmode()
250 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_delete_checkpoint()
326 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_cpstat()
391 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_sustat()
594 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_move_blocks()
841 struct the_nilfs *nilfs; in nilfs_ioctl_clean_segments()
964 struct the_nilfs *nilfs; in nilfs_ioctl_sync()
1133 ssize_t (*dofunc)(struct the_nilfs *, in nilfs_ioctl_get_info() argument
1251 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_get_fslabel()
[all …]
A Dsuper.c89 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_set_error()
126 struct the_nilfs *nilfs = sb->s_fs_info; in __nilfs_error()
180 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_sync_super()
236 struct the_nilfs *nilfs) in nilfs_set_log_cursor()
254 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_prepare_super()
279 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_commit_super()
317 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_cleanup_super()
349 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_move_2nd_super()
432 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_resize_fs()
618 struct the_nilfs *nilfs = root->nilfs; in nilfs_statfs()
[all …]
A Drecovery.c94 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()
604 static int nilfs_do_roll_forward(struct the_nilfs *nilfs, in nilfs_do_roll_forward()
726 static void nilfs_finish_roll_forward(struct the_nilfs *nilfs, in nilfs_finish_roll_forward()
757 static void nilfs_abort_roll_forward(struct the_nilfs *nilfs) in nilfs_abort_roll_forward()
794 int nilfs_salvage_orphan_logs(struct the_nilfs *nilfs, in nilfs_salvage_orphan_logs()
[all …]
A Dsegment.c203 struct the_nilfs *nilfs; in nilfs_transaction_begin()
259 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_commit()
295 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_abort()
317 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_relax_pressure_in_lock()
343 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_lock()
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 …]
A Dsegbuf.c21 struct the_nilfs *nilfs;
31 struct the_nilfs *nilfs);
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()
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()
A Dsegment.h236 extern int nilfs_read_super_root_block(struct the_nilfs *, sector_t,
238 extern int nilfs_search_super_root(struct the_nilfs *,
240 int nilfs_salvage_orphan_logs(struct the_nilfs *nilfs, struct super_block *sb,
A Dnilfs.h137 #define NILFS_FIRST_INO(sb) (((struct the_nilfs *)sb->s_fs_info)->ns_first_ino)
276 int nilfs_ioctl_prepare_clean_segments(struct the_nilfs *, struct nilfs_argv *,
370 struct the_nilfs *);
387 void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs);
393 void nilfs_sysfs_delete_device_group(struct the_nilfs *);
A Dsegbuf.h109 struct the_nilfs *);
113 struct the_nilfs *);
163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
A Dgcinode.c70 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_gccache_submit_read_data()
174 void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs) in nilfs_remove_all_gcinodes()
A Dinode.c78 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_get_block()
449 struct the_nilfs *nilfs = sb->s_fs_info; in __nilfs_read_inode()
859 struct the_nilfs *nilfs; in nilfs_evict_inode()
962 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_load_inode_block()
994 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_inode_dirty()
1009 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_set_file_dirty()
1046 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in __nilfs_mark_inode_dirty()
1105 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_fiemap()
A Dsysfs.h67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \
69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \
A Dsufile.c530 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_mark_dirty()
621 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_get_stat()
689 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_truncate_range()
788 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_resize()
864 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_get_suinfo()
936 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_set_suinfo()
1062 struct the_nilfs *nilfs = sufile->i_sb->s_fs_info; in nilfs_sufile_trim_fs()
A DMakefile5 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
A Dmdt.h106 return ((struct the_nilfs *)inode->i_sb->s_fs_info)->ns_cno; in nilfs_mdt_cno()
A Dsufile.h20 return ((struct the_nilfs *)sufile->i_sb->s_fs_info)->ns_nsegments; in nilfs_sufile_get_nsegments()
A Dfile.c26 struct the_nilfs *nilfs; in nilfs_sync_file()
A Difile.c184 struct the_nilfs *nilfs; in nilfs_ifile_read()
A Dbtnode.c109 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_btnode_submit_block()
A Dbmap.c24 struct the_nilfs *nilfs = bmap->b_inode->i_sb->s_fs_info; in nilfs_bmap_get_dat()

Completed in 98 milliseconds