Lines Matching defs:nilfs
215 #define nilfs_clear_opt(nilfs, opt) \ argument
217 #define nilfs_set_opt(nilfs, opt) \ argument
219 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument
220 #define nilfs_write_opt(nilfs, mask, opt) \ argument
242 struct the_nilfs *nilfs; member
259 static inline int nilfs_sb_need_update(struct the_nilfs *nilfs) in nilfs_sb_need_update()
267 static inline int nilfs_sb_will_flip(struct the_nilfs *nilfs) in nilfs_sb_will_flip()
297 static inline int nilfs_valid_fs(struct the_nilfs *nilfs) in nilfs_valid_fs()
308 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, in nilfs_get_segment_range()
318 nilfs_get_segment_start_blocknr(struct the_nilfs *nilfs, __u64 segnum) in nilfs_get_segment_start_blocknr()
325 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr) in nilfs_get_segnum_of_block()
334 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, in nilfs_terminate_segment()
341 static inline void nilfs_shift_to_next_segment(struct the_nilfs *nilfs) in nilfs_shift_to_next_segment()
349 static inline __u64 nilfs_last_cno(struct the_nilfs *nilfs) in nilfs_last_cno()
359 static inline int nilfs_segment_is_active(struct the_nilfs *nilfs, __u64 n) in nilfs_segment_is_active()
364 static inline int nilfs_flush_device(struct the_nilfs *nilfs) in nilfs_flush_device()