Home
last modified time | relevance | path

Searched defs:nilfs (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nilfs2/
H A Dsysfs.c177 struct the_nilfs *nilfs; in nilfs_sysfs_create_snapshot_group() local
219 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show()
242 struct the_nilfs *nilfs, in nilfs_checkpoints_checkpoints_number_show()
265 struct the_nilfs *nilfs, in nilfs_checkpoints_snapshots_number_show()
288 struct the_nilfs *nilfs, in nilfs_checkpoints_last_seg_checkpoint_show()
302 struct the_nilfs *nilfs, in nilfs_checkpoints_next_checkpoint_show()
325 struct the_nilfs *nilfs, char *buf) in nilfs_checkpoints_README_show()
356 struct the_nilfs *nilfs, in nilfs_segments_segments_number_show()
364 struct the_nilfs *nilfs, in nilfs_segments_blocks_per_segment_show()
372 struct the_nilfs *nilfs, in nilfs_segments_clean_segments_show()
[all …]
H A Dthe_nilfs.c28 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()
239 int load_nilfs(struct the_nilfs *nilfs, struct super_block *sb) in load_nilfs()
410 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_nrsvsegs()
423 static u64 nilfs_max_segment_count(struct the_nilfs *nilfs) in nilfs_max_segment_count()
431 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_set_nsegments()
437 static int nilfs_store_disk_layout(struct the_nilfs *nilfs, in nilfs_store_disk_layout()
[all …]
H A Dsuper.c89 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
507 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_put_super() local
[all …]
H A Dthe_nilfs.h211 #define nilfs_clear_opt(nilfs, opt) \ argument
213 #define nilfs_set_opt(nilfs, opt) \ argument
215 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##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()
310 nilfs_get_segment_start_blocknr(struct the_nilfs *nilfs, __u64 segnum) in nilfs_get_segment_start_blocknr()
317 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr) in nilfs_get_segnum_of_block()
[all …]
H A Drecovery.c94 static int nilfs_compute_checksum(struct the_nilfs *nilfs, in nilfs_compute_checksum()
137 int nilfs_read_super_root_block(struct the_nilfs *nilfs, sector_t sr_block, in nilfs_read_super_root_block()
190 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_read_log_header()
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()
328 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_scan_dsync_log()
439 static int nilfs_prepare_segment_for_recovery(struct the_nilfs *nilfs, in nilfs_prepare_segment_for_recovery()
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()
[all …]
H A Difile.c184 struct the_nilfs *nilfs; in nilfs_ifile_read() local