Searched refs:unbh (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | tail_conversion.c | 20 struct path * path, struct buffer_head * unbh, in direct2indirect() argument 62 unfm_ptr = cpu_to_le32 (unbh->b_blocknr); in direct2indirect() 110 if ( !unbh->b_page || buffer_uptodate(unbh) || Page_Uptodate(unbh->b_page)) { in direct2indirect() 113 up_to_date_bh = unbh ; in direct2indirect() 130 memset(page_address(unbh->b_page) + pgoff, 0, n_blk_size - total_tail) ; in direct2indirect()
|
D | inode.c | 538 struct buffer_head * bh, * unbh = 0; in reiserfs_get_block() local 737 unbh = bh_result; in reiserfs_get_block() 762 retval = direct2indirect (&th, inode, &path, unbh, tail_offset); in reiserfs_get_block() 764 reiserfs_unmap_buffer(unbh); in reiserfs_get_block() 776 mark_buffer_uptodate (unbh, 1); in reiserfs_get_block() 782 if ( unbh->b_page ) { in reiserfs_get_block() 786 add_to_flushlist(inode, unbh) ; in reiserfs_get_block() 791 __mark_buffer_dirty(unbh) ; in reiserfs_get_block()
|