Home
last modified time | relevance | path

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

/linux-6.1.9/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.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()
1483 bh = get_last_bh(&path); in reiserfs_update_sd_size()
2398 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