Home
last modified time | relevance | path

Searched refs:get_last_bh (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dinode.c258 bh = get_last_bh (&path); in _get_block_create_0()
367 bh = get_last_bh (&path); in _get_block_create_0()
607 bh = get_last_bh (&path); in reiserfs_get_block()
897 bh = get_last_bh (&path); in reiserfs_get_block()
1143 bh = get_last_bh(&path) ; in reiserfs_update_sd()
1916 bh = get_last_bh(&path) ; in map_block_for_writepage()
Dstree.c979 *cut_size = -(DEH_SIZE + entry_length (get_last_bh (path), le_ih, pos_in_item (path))); in prepare_for_direntry_item()
1802 if (le_ih_k_offset (found_ih) + op_bytes_number (found_ih, get_last_bh (path)->b_size) != in check_research_for_paste()
1804 op_bytes_number (found_ih, get_last_bh (path)->b_size) != pos_in_item (path)) in check_research_for_paste()
1810 …if (le_ih_k_offset (found_ih) + op_bytes_number (found_ih, get_last_bh (path)->b_size) != cpu_key_… in check_research_for_paste()
Dbitmap.c514 bh = get_last_bh(path); in get_left_neighbor()
Dnamei.c47 de->de_bh = get_last_bh (path); in set_de_item_location()
Dsuper.c143 bh = get_last_bh (&path); in finish_unfinished()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h1278 #define get_last_bh(path) PATH_PLAST_BUFFER(path) macro