Searched refs:treepath (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/reiserfs/ |
D | stree.c | 241 static inline const struct reiserfs_key *get_lkey(const struct treepath *chk_path, in get_lkey() 285 inline const struct reiserfs_key *get_rkey(const struct treepath *chk_path, in get_rkey() 332 static inline int key_in_buffer(struct treepath *chk_path, /* Path which should be checked. */ in key_in_buffer() 355 int reiserfs_check_path(struct treepath *p) in reiserfs_check_path() 366 struct treepath *search_path) in pathrelse_and_restore() 383 void pathrelse(struct treepath *search_path) in pathrelse() 587 struct treepath *search_path,/* This structure was in search_by_key() 812 struct treepath *search_path /* Filled up by this function. */ in search_for_position_by_key() 883 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() 910 static inline int prepare_for_direct_item(struct treepath *path, in prepare_for_direct_item() [all …]
|
D | reiserfs.h | 1888 struct treepath { struct 1898 struct treepath var = {.path_length = ILLEGAL_PATH_ELEMENT_OFFSET, .reada = 0,} argument 2060 struct treepath *tb_path; 2538 int comp_items(const struct item_head *stored_ih, const struct treepath *path); 2539 const struct reiserfs_key *get_rkey(const struct treepath *chk_path, 2542 struct treepath *, int); 2546 struct treepath *search_path); 2548 void decrement_counters_in_path(struct treepath *search_path); 2549 void pathrelse(struct treepath *search_path); 2550 int reiserfs_check_path(struct treepath *p); [all …]
|
D | tail_conversion.c | 18 struct treepath *path, struct buffer_head *unbh, in direct2indirect() 175 struct treepath *path, /* path to the indirect item. */ in indirect2direct()
|
D | inode.c | 224 struct inode *inode, struct treepath *path) in restart_transaction() 585 struct treepath *path, int flags) in _allocate_block() 1129 static void init_inode(struct inode *inode, struct treepath *path) in init_inode() 1304 static void update_stat_data(struct treepath *path, struct inode *inode, in update_stat_data() 1668 struct item_head *ih, struct treepath *path, in reiserfs_new_directory() 1727 struct treepath *path, const char *symname, in reiserfs_new_symlink()
|
D | namei.c | 57 struct treepath *path) in set_de_item_location() 116 struct treepath *path, struct reiserfs_dir_entry *de) in search_by_entry_key() 283 struct treepath *path_to_entry, in reiserfs_find_entry()
|
D | fix_node.c | 962 struct treepath *path = tb->tb_path; in get_far_parent() 1083 struct treepath *path = tb->tb_path; in get_parents() 1897 struct treepath *path = tb->tb_path; in get_direct_parent()
|
D | bitmap.c | 805 struct treepath *path; in get_left_neighbor()
|