Lines Matching refs:the_nilfs

29 void nilfs_set_last_segment(struct the_nilfs *nilfs,  in nilfs_set_last_segment()
56 struct the_nilfs *alloc_nilfs(struct super_block *sb) in alloc_nilfs()
58 struct the_nilfs *nilfs; in alloc_nilfs()
86 void destroy_nilfs(struct the_nilfs *nilfs) in destroy_nilfs()
96 static int nilfs_load_super_root(struct the_nilfs *nilfs, in nilfs_load_super_root()
171 static int nilfs_store_log_cursor(struct the_nilfs *nilfs, in nilfs_store_log_cursor()
204 int load_nilfs(struct the_nilfs *nilfs, struct super_block *sb) in load_nilfs()
371 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_nrsvsegs()
382 static u64 nilfs_max_segment_count(struct the_nilfs *nilfs) in nilfs_max_segment_count()
390 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_set_nsegments()
396 static int nilfs_store_disk_layout(struct the_nilfs *nilfs, in nilfs_store_disk_layout()
529 static void nilfs_release_super_block(struct the_nilfs *nilfs) in nilfs_release_super_block()
542 void nilfs_fall_back_super_block(struct the_nilfs *nilfs) in nilfs_fall_back_super_block()
551 void nilfs_swap_super_block(struct the_nilfs *nilfs) in nilfs_swap_super_block()
562 static int nilfs_load_super_block(struct the_nilfs *nilfs, in nilfs_load_super_block()
645 int init_nilfs(struct the_nilfs *nilfs, struct super_block *sb, char *data) in init_nilfs()
730 int nilfs_discard_segments(struct the_nilfs *nilfs, __u64 *segnump, in nilfs_discard_segments()
767 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
776 int nilfs_near_disk_full(struct the_nilfs *nilfs) in nilfs_near_disk_full()
787 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root()
813 nilfs_find_or_create_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_find_or_create_root()
871 struct the_nilfs *nilfs = root->nilfs; in nilfs_put_root()