• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/

Lines Matching refs:the_nilfs

2  * the_nilfs.h - the_nilfs shared structure.
35 /* the_nilfs struct */
46 * struct the_nilfs - struct to supervise multiple nilfs mount points
96 struct the_nilfs {
134 * The writable FS-instance is sole during a lifetime of the_nilfs.
161 * the_nilfs is initialized.
189 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \
193 static inline void clear_nilfs_##name(struct the_nilfs *nilfs) \
197 static inline int nilfs_##name(struct the_nilfs *nilfs) \
211 static inline int nilfs_sb_need_update(struct the_nilfs *nilfs)
217 static inline int nilfs_sb_will_flip(struct the_nilfs *nilfs)
223 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
224 struct the_nilfs *find_or_create_nilfs(struct block_device *);
225 void put_nilfs(struct the_nilfs *);
226 int init_nilfs(struct the_nilfs *, struct nilfs_sb_info *, char *);
227 int load_nilfs(struct the_nilfs *, struct nilfs_sb_info *);
228 int nilfs_discard_segments(struct the_nilfs *, __u64 *, size_t);
229 int nilfs_count_free_blocks(struct the_nilfs *, sector_t *);
230 struct nilfs_sb_info *nilfs_find_sbinfo(struct the_nilfs *, int, __u64);
231 int nilfs_checkpoint_is_mounted(struct the_nilfs *, __u64, int);
232 int nilfs_near_disk_full(struct the_nilfs *);
233 void nilfs_fall_back_super_block(struct the_nilfs *);
234 void nilfs_swap_super_block(struct the_nilfs *);
237 static inline void get_nilfs(struct the_nilfs *nilfs)
239 /* Caller must have at least one reference of the_nilfs. */
244 nilfs_attach_writer(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi)
252 nilfs_detach_writer(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi)
266 static inline int nilfs_valid_fs(struct the_nilfs *nilfs)
277 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum,
287 nilfs_get_segment_start_blocknr(struct the_nilfs *nilfs, __u64 segnum)
294 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr)
303 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start,
310 static inline void nilfs_shift_to_next_segment(struct the_nilfs *nilfs)
318 static inline __u64 nilfs_last_cno(struct the_nilfs *nilfs)
328 static inline int nilfs_segment_is_active(struct the_nilfs *nilfs, __u64 n)