Home
last modified time | relevance | path

Searched refs:PATH_LAST_POSITION (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dtail_conversion.c82 PATH_LAST_POSITION(path)++; in direct2indirect()
277 PATH_LAST_POSITION(path)++; in indirect2direct()
Dstree.c882 PATH_LAST_POSITION(search_path))), in search_for_position_by_key()
889 RFALSE(!PATH_LAST_POSITION(search_path), in search_for_position_by_key()
895 --PATH_LAST_POSITION(search_path)); in search_for_position_by_key()
940 if (PATH_LAST_POSITION(path) >= B_NR_ITEMS(bh)) in comp_items()
1619 PATH_LAST_POSITION(path)--; in indirect_to_direct_roll_back()
1727 PATH_LAST_POSITION(path) - 1, in reiserfs_cut_from_item()
1728 PATH_LAST_POSITION(path) + 1); in reiserfs_cut_from_item()
Dnamei.c66 de->de_item_num = PATH_LAST_POSITION(path); in set_de_item_location()
128 if (!PATH_LAST_POSITION(path)) { in search_by_entry_key()
134 PATH_LAST_POSITION(path)--; in search_by_entry_key()
Ddo_balan.c80 int item_pos = PATH_LAST_POSITION(tb->tb_path); in balance_leaf_when_delete_del()
112 int item_pos = PATH_LAST_POSITION(tb->tb_path); in balance_leaf_when_delete_cut()
1395 tb->item_pos = PATH_LAST_POSITION(tb->tb_path), in balance_leaf()
Dreiserfs.h2160 #define PATH_LAST_POSITION(path) (PATH_OFFSET_POSITION((path), (path)->path_length)) macro
2226 return item_head(PATH_PLAST_BUFFER(path), PATH_LAST_POSITION(path)); in tp_item_head()
2231 return item_body(PATH_PLAST_BUFFER(path), PATH_LAST_POSITION(path)); in tp_item_body()
2235 #define get_item_pos(path) PATH_LAST_POSITION(path)
Dprints.c655 tb->tb_mode, PATH_LAST_POSITION(tb->tb_path), in store_print_tb()
Dinode.c429 if (PATH_LAST_POSITION(&path) != (B_NR_ITEMS(bh) - 1)) in _get_block_create_0()
865 PATH_LAST_POSITION(&path)++; in reiserfs_get_block()
1463 pos = PATH_LAST_POSITION(&path); in reiserfs_update_sd_size()
Dfix_node.c2548 int ret, h, item_num = PATH_LAST_POSITION(tb->tb_path); in fix_nodes()