Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dstree.c999 entry_length(get_last_bh(path), le_ih, pos_in_item(path))); in prepare_for_direntry_item()
2035 get_last_bh(path)->b_size) != in check_research_for_paste()
2038 get_last_bh(path)->b_size) != in check_research_for_paste()
2048 get_last_bh(path)->b_size) != in check_research_for_paste()
Dinode.c323 bh = get_last_bh(&path); in _get_block_create_0()
445 bh = get_last_bh(&path); in _get_block_create_0()
746 bh = get_last_bh(&path); in reiserfs_get_block()
1138 bh = get_last_bh(&path); in reiserfs_get_block()
1493 bh = get_last_bh(&path); in reiserfs_update_sd_size()
2407 bh = get_last_bh(&path); in map_block_for_writepage()
Dbitmap.c863 bh = get_last_bh(path); in get_left_neighbor()
Dnamei.c63 de->de_bh = get_last_bh(path); in set_de_item_location()
Dsuper.c259 bh = get_last_bh(&path); in finish_unfinished()
Dreiserfs.h2234 #define get_last_bh(path) PATH_PLAST_BUFFER(path) macro