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

/linux-master/fs/nilfs2/
H A Dbtree.c34 path[level].bp_sib_bh = NULL;
424 return (struct nilfs_btree_node *)path[level].bp_sib_bh->b_data;
865 if (!buffer_dirty(path[level].bp_sib_bh))
866 mark_buffer_dirty(path[level].bp_sib_bh);
873 path[level].bp_bh = path[level].bp_sib_bh;
874 path[level].bp_sib_bh = NULL;
878 brelse(path[level].bp_sib_bh);
879 path[level].bp_sib_bh = NULL;
911 if (!buffer_dirty(path[level].bp_sib_bh))
912 mark_buffer_dirty(path[level].bp_sib_bh);
[all...]
H A Dbtree.h23 * @bp_sib_bh: buffer head of sibling node block
31 struct buffer_head *bp_sib_bh; member in struct:nilfs_btree_path

Completed in 359 milliseconds