Searched refs:treepath (Results 1 – 7 of 7) sorted by relevance
/fs/reiserfs/ |
D | stree.c | 215 static inline const struct reiserfs_key *get_lkey(const struct treepath *chk_path, in get_lkey() 262 inline const struct reiserfs_key *get_rkey(const struct treepath *chk_path, in get_rkey() 323 struct treepath *chk_path, in key_in_buffer() 347 int reiserfs_check_path(struct treepath *p) in reiserfs_check_path() 360 struct treepath *search_path) in pathrelse_and_restore() 377 void pathrelse(struct treepath *search_path) in pathrelse() 616 struct treepath *search_path, int stop_level) in search_by_key() 858 struct treepath *search_path) in search_for_position_by_key() 930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() 949 static inline int prepare_for_direct_item(struct treepath *path, in prepare_for_direct_item() [all …]
|
D | reiserfs.h | 2130 struct treepath { struct 2141 struct treepath var = {.path_length = ILLEGAL_PATH_ELEMENT_OFFSET, .reada = 0,} argument 2223 static inline struct item_head *tp_item_head(const struct treepath *path) in tp_item_head() 2228 static inline void *tp_item_body(const struct treepath *path) in tp_item_body() 2408 struct treepath *tb_path; 2998 int comp_items(const struct item_head *stored_ih, const struct treepath *path); 2999 const struct reiserfs_key *get_rkey(const struct treepath *chk_path, 3002 struct treepath *, int); 3006 struct treepath *search_path); 3008 void decrement_counters_in_path(struct treepath *search_path); [all …]
|
D | tail_conversion.c | 26 struct treepath *path, struct buffer_head *unbh, in direct2indirect() 204 struct treepath *path, /* path to the indirect item. */ in indirect2direct()
|
D | inode.c | 253 struct inode *inode, struct treepath *path) in restart_transaction() 635 struct treepath *path, int flags) in _allocate_block() 1229 static void init_inode(struct inode *inode, struct treepath *path) in init_inode() 1412 static void update_stat_data(struct treepath *path, struct inode *inode, in update_stat_data() 1790 struct item_head *ih, struct treepath *path, in reiserfs_new_directory() 1854 struct treepath *path, const char *symname, in reiserfs_new_symlink()
|
D | namei.c | 61 struct treepath *path) in set_de_item_location() 121 struct treepath *path, struct reiserfs_dir_entry *de) in search_by_entry_key() 306 struct treepath *path_to_entry, in reiserfs_find_entry()
|
D | fix_node.c | 1030 struct treepath *path = tb->tb_path; in get_far_parent() 1174 struct treepath *path = tb->tb_path; in get_parents() 2093 struct treepath *path = tb->tb_path; in get_direct_parent()
|
D | bitmap.c | 856 struct treepath *path; in get_left_neighbor()
|