Searched refs:unbh (Results 1 – 2 of 2) sorted by relevance
25 struct treepath *path, struct buffer_head *unbh, in direct2indirect() argument75 unfm_ptr = cpu_to_le32(unbh->b_blocknr); in direct2indirect()132 if (!unbh->b_page || buffer_uptodate(unbh) in direct2indirect()133 || PageUptodate(unbh->b_page)) { in direct2indirect()136 up_to_date_bh = unbh; in direct2indirect()
665 struct buffer_head *bh, *unbh = NULL; in reiserfs_get_block() local902 unbh = bh_result; in reiserfs_get_block()956 direct2indirect(th, inode, &path, unbh, in reiserfs_get_block()959 reiserfs_unmap_buffer(unbh); in reiserfs_get_block()974 set_buffer_uptodate(unbh); in reiserfs_get_block()981 if (unbh->b_page) { in reiserfs_get_block()986 reiserfs_add_tail_list(inode, unbh); in reiserfs_get_block()1001 mark_buffer_dirty(unbh); in reiserfs_get_block()