Lines Matching defs:nilfs
41 void nilfs_set_last_segment(struct the_nilfs *nilfs, in nilfs_set_last_segment()
70 struct the_nilfs *nilfs; in alloc_nilfs() local
97 void destroy_nilfs(struct the_nilfs *nilfs) in destroy_nilfs()
108 static int nilfs_load_super_root(struct the_nilfs *nilfs, in nilfs_load_super_root()
183 static int nilfs_store_log_cursor(struct the_nilfs *nilfs, in nilfs_store_log_cursor()
213 int load_nilfs(struct the_nilfs *nilfs, struct super_block *sb) in load_nilfs()
374 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_nrsvsegs()
381 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_set_nsegments()
387 static int nilfs_store_disk_layout(struct the_nilfs *nilfs, in nilfs_store_disk_layout()
463 static void nilfs_release_super_block(struct the_nilfs *nilfs) in nilfs_release_super_block()
476 void nilfs_fall_back_super_block(struct the_nilfs *nilfs) in nilfs_fall_back_super_block()
485 void nilfs_swap_super_block(struct the_nilfs *nilfs) in nilfs_swap_super_block()
496 static int nilfs_load_super_block(struct the_nilfs *nilfs, in nilfs_load_super_block()
573 int init_nilfs(struct the_nilfs *nilfs, struct super_block *sb, char *data) in init_nilfs()
660 int nilfs_discard_segments(struct the_nilfs *nilfs, __u64 *segnump, in nilfs_discard_segments()
697 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
708 int nilfs_near_disk_full(struct the_nilfs *nilfs) in nilfs_near_disk_full()
719 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root()
745 nilfs_find_or_create_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_find_or_create_root()
804 struct the_nilfs *nilfs = root->nilfs; in nilfs_put_root() local