Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dstree.c975 entry_length(get_last_bh(path), le_ih, pos_in_item(path))); in prepare_for_direntry_item()
1924 get_last_bh(path)->b_size) != in check_research_for_paste()
1927 get_last_bh(path)->b_size) != in check_research_for_paste()
1937 get_last_bh(path)->b_size) != in check_research_for_paste()
Dinode.c293 bh = get_last_bh(&path); in _get_block_create_0()
402 bh = get_last_bh(&path); in _get_block_create_0()
683 bh = get_last_bh(&path); in reiserfs_get_block()
1034 bh = get_last_bh(&path); in reiserfs_get_block()
1371 bh = get_last_bh(&path); in reiserfs_update_sd_size()
2231 bh = get_last_bh(&path); in map_block_for_writepage()
Dbitmap.c817 bh = get_last_bh(path); in get_left_neighbor()
Dnamei.c59 de->de_bh = get_last_bh(path); in set_de_item_location()
Dsuper.c211 bh = get_last_bh(&path); in finish_unfinished()
Dreiserfs.h1929 #define get_last_bh(path) PATH_PLAST_BUFFER(path) macro