Home
last modified time | relevance | path

Searched refs:treepath (Results 1 – 7 of 7) sorted by relevance

/linux/fs/reiserfs/
H A Dstree.c215 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 …]
H A Dreiserfs.h2130 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;
3001 int comp_items(const struct item_head *stored_ih, const struct treepath *path);
3002 const struct reiserfs_key *get_rkey(const struct treepath *chk_path,
3005 struct treepath *, int);
3009 struct treepath *search_path);
3011 void decrement_counters_in_path(struct treepath *search_path);
[all …]
H A Dtail_conversion.c26 struct treepath *path, struct buffer_head *unbh, in direct2indirect()
204 struct treepath *path, /* path to the indirect item. */ in indirect2direct()
H A Dinode.c253 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()
1408 static void update_stat_data(struct treepath *path, struct inode *inode, in update_stat_data()
1786 struct item_head *ih, struct treepath *path, in reiserfs_new_directory()
1850 struct treepath *path, const char *symname, in reiserfs_new_symlink()
H A Dnamei.c61 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()
H A Dfix_node.c1030 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()
H A Dbitmap.c856 struct treepath *path; in get_left_neighbor()