Searched refs:bp_sib_bh (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/nilfs2/
H A Dbtree.c47 path[level].bp_sib_bh = NULL; nilfs_btree_alloc_path()
430 return (struct nilfs_btree_node *)path[level].bp_sib_bh->b_data; nilfs_btree_get_sib_node()
849 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_carry_left()
850 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_carry_left()
857 path[level].bp_bh = path[level].bp_sib_bh; nilfs_btree_carry_left()
858 path[level].bp_sib_bh = NULL; nilfs_btree_carry_left()
862 brelse(path[level].bp_sib_bh); nilfs_btree_carry_left()
863 path[level].bp_sib_bh = NULL; nilfs_btree_carry_left()
895 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_carry_right()
896 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_carry_right()
905 path[level].bp_bh = path[level].bp_sib_bh; nilfs_btree_carry_right()
906 path[level].bp_sib_bh = NULL; nilfs_btree_carry_right()
910 brelse(path[level].bp_sib_bh); nilfs_btree_carry_right()
911 path[level].bp_sib_bh = NULL; nilfs_btree_carry_right()
940 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_split()
941 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_split()
952 path[level].bp_bh = path[level].bp_sib_bh; nilfs_btree_split()
953 path[level].bp_sib_bh = NULL; nilfs_btree_split()
960 brelse(path[level].bp_sib_bh); nilfs_btree_split()
961 path[level].bp_sib_bh = NULL; nilfs_btree_split()
984 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_grow()
985 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_grow()
987 path[level].bp_bh = path[level].bp_sib_bh; nilfs_btree_grow()
988 path[level].bp_sib_bh = NULL; nilfs_btree_grow()
1094 path[level].bp_sib_bh = bh; nilfs_btree_prepare_insert()
1112 path[level].bp_sib_bh = bh; nilfs_btree_prepare_insert()
1138 path[level].bp_sib_bh = bh; nilfs_btree_prepare_insert()
1163 path[level].bp_sib_bh = bh; nilfs_btree_prepare_insert()
1182 nilfs_btnode_delete(path[level].bp_sib_bh); nilfs_btree_prepare_insert()
1293 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_borrow_left()
1294 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_borrow_left()
1299 brelse(path[level].bp_sib_bh); nilfs_btree_borrow_left()
1300 path[level].bp_sib_bh = NULL; nilfs_btree_borrow_left()
1325 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_borrow_right()
1326 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_borrow_right()
1333 brelse(path[level].bp_sib_bh); nilfs_btree_borrow_right()
1334 path[level].bp_sib_bh = NULL; nilfs_btree_borrow_right()
1354 if (!buffer_dirty(path[level].bp_sib_bh)) nilfs_btree_concat_left()
1355 mark_buffer_dirty(path[level].bp_sib_bh); nilfs_btree_concat_left()
1358 path[level].bp_bh = path[level].bp_sib_bh; nilfs_btree_concat_left()
1359 path[level].bp_sib_bh = NULL; nilfs_btree_concat_left()
1383 nilfs_btnode_delete(path[level].bp_sib_bh); nilfs_btree_concat_right()
1384 path[level].bp_sib_bh = NULL; nilfs_btree_concat_right()
1464 path[level].bp_sib_bh = bh; nilfs_btree_prepare_delete()
1469 path[level].bp_sib_bh = bh; nilfs_btree_prepare_delete()
1484 path[level].bp_sib_bh = bh; nilfs_btree_prepare_delete()
1489 path[level].bp_sib_bh = bh; nilfs_btree_prepare_delete()
1545 brelse(path[level].bp_sib_bh); nilfs_btree_prepare_delete()
H A Dbtree.h36 * @bp_sib_bh: buffer head of sibling node block
44 struct buffer_head *bp_sib_bh; member in struct:nilfs_btree_path

Completed in 147 milliseconds