• 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:nilfs_bmap

69 static int nilfs_btree_get_new_block(const struct nilfs_bmap *btree,
122 static int nilfs_btree_node_size(const struct nilfs_bmap *btree)
127 static int nilfs_btree_nchildren_per_block(const struct nilfs_bmap *btree)
386 nilfs_btree_get_root(const struct nilfs_bmap *btree)
403 static int nilfs_btree_height(const struct nilfs_bmap *btree)
409 nilfs_btree_get_node(const struct nilfs_bmap *btree,
444 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr,
499 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr,
505 static int nilfs_btree_do_lookup(const struct nilfs_bmap *btree,
567 static int nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree,
606 static int nilfs_btree_lookup(const struct nilfs_bmap *btree,
623 static int nilfs_btree_lookup_contig(const struct nilfs_bmap *btree,
707 static void nilfs_btree_promote_key(struct nilfs_bmap *btree,
729 static void nilfs_btree_do_insert(struct nilfs_bmap *btree,
756 static void nilfs_btree_carry_left(struct nilfs_bmap *btree,
802 static void nilfs_btree_carry_right(struct nilfs_bmap *btree,
849 static void nilfs_btree_split(struct nilfs_bmap *btree,
904 static void nilfs_btree_grow(struct nilfs_bmap *btree,
933 static __u64 nilfs_btree_find_near(const struct nilfs_bmap *btree,
962 static __u64 nilfs_btree_find_target_v(const struct nilfs_bmap *btree,
982 static int nilfs_btree_prepare_insert(struct nilfs_bmap *btree,
1131 static void nilfs_btree_commit_insert(struct nilfs_bmap *btree,
1155 static int nilfs_btree_insert(struct nilfs_bmap *btree, __u64 key, __u64 ptr)
1184 static void nilfs_btree_do_delete(struct nilfs_bmap *btree,
1209 static void nilfs_btree_borrow_left(struct nilfs_bmap *btree,
1241 static void nilfs_btree_borrow_right(struct nilfs_bmap *btree,
1274 static void nilfs_btree_concat_left(struct nilfs_bmap *btree,
1300 static void nilfs_btree_concat_right(struct nilfs_bmap *btree,
1325 static void nilfs_btree_shrink(struct nilfs_bmap *btree,
1350 static int nilfs_btree_prepare_delete(struct nilfs_bmap *btree,
1475 static void nilfs_btree_commit_delete(struct nilfs_bmap *btree,
1490 static int nilfs_btree_delete(struct nilfs_bmap *btree, __u64 key)
1521 static int nilfs_btree_last_key(const struct nilfs_bmap *btree, __u64 *keyp)
1537 static int nilfs_btree_check_delete(struct nilfs_bmap *btree, __u64 key)
1576 static int nilfs_btree_gather_data(struct nilfs_bmap *btree,
1626 nilfs_btree_prepare_convert_and_insert(struct nilfs_bmap *btree, __u64 key,
1679 nilfs_btree_commit_convert_and_insert(struct nilfs_bmap *btree,
1751 int nilfs_btree_convert_and_insert(struct nilfs_bmap *btree,
1783 static int nilfs_btree_propagate_p(struct nilfs_bmap *btree,
1795 static int nilfs_btree_prepare_update_v(struct nilfs_bmap *btree,
1830 static void nilfs_btree_commit_update_v(struct nilfs_bmap *btree,
1854 static void nilfs_btree_abort_update_v(struct nilfs_bmap *btree,
1866 static int nilfs_btree_prepare_propagate_v(struct nilfs_bmap *btree,
1901 static void nilfs_btree_commit_propagate_v(struct nilfs_bmap *btree,
1916 static int nilfs_btree_propagate_v(struct nilfs_bmap *btree,
1951 static int nilfs_btree_propagate(struct nilfs_bmap *btree,
1992 static int nilfs_btree_propagate_gc(struct nilfs_bmap *btree,
1998 static void nilfs_btree_add_dirty_buffer(struct nilfs_bmap *btree,
2034 static void nilfs_btree_lookup_dirty_buffers(struct nilfs_bmap *btree,
2071 static int nilfs_btree_assign_p(struct nilfs_bmap *btree,
2112 static int nilfs_btree_assign_v(struct nilfs_bmap *btree,
2143 static int nilfs_btree_assign(struct nilfs_bmap *btree,
2182 static int nilfs_btree_assign_gc(struct nilfs_bmap *btree,
2209 static int nilfs_btree_mark(struct nilfs_bmap *btree, __u64 key, int level)
2282 int nilfs_btree_init(struct nilfs_bmap *bmap)
2290 void nilfs_btree_init_gc(struct nilfs_bmap *bmap)