Lines Matching refs:the_nilfs

94 struct the_nilfs {  struct
194 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument
198 static inline void clear_nilfs_##name(struct the_nilfs *nilfs) \
202 static inline int nilfs_##name(struct the_nilfs *nilfs) \
242 struct the_nilfs *nilfs;
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()
274 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
275 struct the_nilfs *alloc_nilfs(struct super_block *sb);
276 void destroy_nilfs(struct the_nilfs *nilfs);
277 int init_nilfs(struct the_nilfs *nilfs, struct super_block *sb, char *data);
278 int load_nilfs(struct the_nilfs *nilfs, struct super_block *sb);
279 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs);
280 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs);
281 int nilfs_discard_segments(struct the_nilfs *, __u64 *, size_t);
282 int nilfs_count_free_blocks(struct the_nilfs *, sector_t *);
283 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno);
284 struct nilfs_root *nilfs_find_or_create_root(struct the_nilfs *nilfs,
287 int nilfs_near_disk_full(struct the_nilfs *);
288 void nilfs_fall_back_super_block(struct the_nilfs *);
289 void nilfs_swap_super_block(struct the_nilfs *);
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()