• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/

Lines Matching defs:search_path

366 			   struct treepath *search_path)
368 int path_offset = search_path->path_length;
375 bh = PATH_OFFSET_PBUFFER(search_path, path_offset--);
379 search_path->path_length = ILLEGAL_PATH_ELEMENT_OFFSET;
383 void pathrelse(struct treepath *search_path)
385 int path_offset = search_path->path_length;
391 brelse(PATH_OFFSET_PBUFFER(search_path, path_offset--));
393 search_path->path_length = ILLEGAL_PATH_ELEMENT_OFFSET;
568 * search_path - path from the root to the needed leaf *
586 struct treepath *search_path,/* This structure was
617 pathrelse(search_path);
639 PATH_OFFSET_PELEMENT(search_path,
640 ++search_path->path_length);
671 search_path->path_length--;
672 pathrelse(search_path);
686 !key_in_buffer(search_path, key, sb))) {
691 pathrelse(search_path);
707 !key_in_buffer(search_path, key, sb),
723 pathrelse(search_path);
762 if ((search_path->reada & PATH_READA) &&
768 if (search_path->reada & PATH_READA_BACK)
775 if (search_path->reada & PATH_READA_BACK)
811 struct treepath *search_path /* Filled up by this function. */
822 return search_by_entry_key(sb, p_cpu_key, search_path,
828 retval = search_item(sb, p_cpu_key, search_path);
835 (PATH_PLAST_BUFFER(search_path),
836 PATH_LAST_POSITION(search_path))),
839 pos_in_item(search_path) = 0;
843 RFALSE(!PATH_LAST_POSITION(search_path),
848 B_N_PITEM_HEAD(PATH_PLAST_BUFFER(search_path),
849 --PATH_LAST_POSITION(search_path));
862 pos_in_item(search_path) = offset - item_offset;
864 pos_in_item(search_path) /= blk_size;
872 pos_in_item(search_path) =
875 pos_in_item(search_path) = ih_item_len(p_le_ih);
1942 int reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, struct treepath *search_path, /* Path to the pasted item. */
1965 pathrelse(search_path);
1968 init_tb_struct(th, &s_paste_balance, th->t_super, search_path,
1987 search_path);
2000 check_research_for_paste(search_path, key);