Home
last modified time | relevance | path

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

/fs/reiserfs/
Dtail_conversion.c66 PATH_LAST_POSITION(path)++; in direct2indirect()
245 PATH_LAST_POSITION(path)++; in indirect2direct()
Dstree.c837 PATH_LAST_POSITION(search_path))), in search_for_position_by_key()
844 RFALSE(!PATH_LAST_POSITION(search_path), in search_for_position_by_key()
850 --PATH_LAST_POSITION(search_path)); in search_for_position_by_key()
893 if (PATH_LAST_POSITION(path) >= B_NR_ITEMS(bh)) in comp_items()
1523 PATH_LAST_POSITION(path)--; in indirect_to_direct_roll_back()
1617 PATH_LAST_POSITION(path) - 1, in reiserfs_cut_from_item()
1618 PATH_LAST_POSITION(path) + 1); in reiserfs_cut_from_item()
Dnamei.c62 de->de_item_num = PATH_LAST_POSITION(path); in set_de_item_location()
123 if (!PATH_LAST_POSITION(path)) { in search_by_entry_key()
129 PATH_LAST_POSITION(path)--; in search_by_entry_key()
Dreiserfs.h1916 #define PATH_LAST_POSITION(path) (PATH_OFFSET_POSITION((path), (path)->path_length)) macro
1918 #define PATH_PITEM_HEAD(path) B_N_PITEM_HEAD(PATH_PLAST_BUFFER(path), PATH_LAST_POSITION(path))
1931 #define get_item_pos(path) PATH_LAST_POSITION(path)
1932 #define get_item(path) ((void *)B_N_PITEM(PATH_PLAST_BUFFER(path), PATH_LAST_POSITION (path)))
Dprints.c628 tb->tb_mode, PATH_LAST_POSITION(tb->tb_path), in store_print_tb()
Ddo_balan.c104 int item_pos = PATH_LAST_POSITION(tb->tb_path); in balance_leaf_when_delete()
283 int item_pos = PATH_LAST_POSITION(tb->tb_path); /* index into the array of item headers in S[0] in balance_leaf()
Dinode.c389 if (PATH_LAST_POSITION(&path) != (B_NR_ITEMS(bh) - 1)) in _get_block_create_0()
801 PATH_LAST_POSITION(&path)++; in reiserfs_get_block()
1352 pos = PATH_LAST_POSITION(&path); in reiserfs_update_sd_size()
Dfix_node.c2333 int ret, h, item_num = PATH_LAST_POSITION(tb->tb_path); in fix_nodes()