Searched defs:nilfs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | sysfs.c | 177 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 D | the_nilfs.h | 211 #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 …]
|