Home
last modified time | relevance | path

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

/fs/reiserfs/
Dstree.c1017 entry_length(get_last_bh(path), le_ih, pos_in_item(path))); in prepare_for_direntry_item()
2053 get_last_bh(path)->b_size) != in check_research_for_paste()
2056 get_last_bh(path)->b_size) != in check_research_for_paste()
2066 get_last_bh(path)->b_size) != in check_research_for_paste()
Dinode.c324 bh = get_last_bh(&path); in _get_block_create_0()
446 bh = get_last_bh(&path); in _get_block_create_0()
747 bh = get_last_bh(&path); in reiserfs_get_block()
1140 bh = get_last_bh(&path); in reiserfs_get_block()
1491 bh = get_last_bh(&path); in reiserfs_update_sd_size()
2406 bh = get_last_bh(&path); in map_block_for_writepage()
Dbitmap.c871 bh = get_last_bh(path); in get_left_neighbor()
Dnamei.c63 de->de_bh = get_last_bh(path); in set_de_item_location()
Dsuper.c293 bh = get_last_bh(&path); in finish_unfinished()
Dreiserfs.h2234 #define get_last_bh(path) PATH_PLAST_BUFFER(path) macro