• 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.c - the_nilfs shared structure.
43 void nilfs_set_last_segment(struct the_nilfs *nilfs,
64 * alloc_nilfs - allocate the_nilfs structure
65 * @bdev: block device to which the_nilfs is related
67 * alloc_nilfs() allocates memory for the_nilfs and
70 * Return Value: On success, pointer to the_nilfs is returned.
73 static struct the_nilfs *alloc_nilfs(struct block_device *bdev)
75 struct the_nilfs *nilfs;
99 * @bdev: block device to which the_nilfs is related
108 struct the_nilfs *find_or_create_nilfs(struct block_device *bdev)
110 struct the_nilfs *nilfs, *new = NULL;
137 * put_nilfs - release a reference to the_nilfs
138 * @nilfs: the_nilfs structure to be released
140 * put_nilfs() decrements a reference counter of the_nilfs.
141 * If the reference count reaches zero, the_nilfs is freed.
143 void put_nilfs(struct the_nilfs *nilfs)
155 * of get_nilfs() holds at least one reference to the_nilfs.
174 static int nilfs_load_super_root(struct the_nilfs *nilfs, sector_t sr_block)
271 static int nilfs_store_log_cursor(struct the_nilfs *nilfs,
294 * @nilfs: the_nilfs structure to be released
301 int load_nilfs(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi)
468 static int nilfs_store_disk_layout(struct the_nilfs *nilfs,
532 static void nilfs_release_super_block(struct the_nilfs *nilfs)
545 void nilfs_fall_back_super_block(struct the_nilfs *nilfs)
554 void nilfs_swap_super_block(struct the_nilfs *nilfs)
565 static int nilfs_load_super_block(struct the_nilfs *nilfs,
627 * @nilfs: the_nilfs structure
634 * shared fields in the_nilfs). It takes on some portion of the jobs
644 int init_nilfs(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi, char *data)
654 /* Load values from existing the_nilfs */
755 int nilfs_discard_segments(struct the_nilfs *nilfs, __u64 *segnump,
795 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks)
807 int nilfs_near_disk_full(struct the_nilfs *nilfs)
830 struct nilfs_sb_info *nilfs_find_sbinfo(struct the_nilfs *nilfs,
868 int nilfs_checkpoint_is_mounted(struct the_nilfs *nilfs, __u64 cno,