Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dstree.c1017 entry_length(get_last_bh(path), le_ih, pos_in_item(path))); in prepare_for_direntry_item()
2051 get_last_bh(path)->b_size) != in check_research_for_paste()
2054 get_last_bh(path)->b_size) != in check_research_for_paste()
2064 get_last_bh(path)->b_size) != in check_research_for_paste()
H A Dinode.c322 bh = get_last_bh(&path); in _get_block_create_0()
438 bh = get_last_bh(&path); in _get_block_create_0()
739 bh = get_last_bh(&path); in reiserfs_get_block()
1132 bh = get_last_bh(&path); in reiserfs_get_block()
1481 bh = get_last_bh(&path); in reiserfs_update_sd_size()
2394 bh = get_last_bh(&path); in map_block_for_writepage()
H A Dbitmap.c871 bh = get_last_bh(path); in get_left_neighbor()
H A Dnamei.c63 de->de_bh = get_last_bh(path); in set_de_item_location()
H A Dsuper.c293 bh = get_last_bh(&path); in finish_unfinished()
H A Dreiserfs.h2233 #define get_last_bh(path) PATH_PLAST_BUFFER(path) macro