Lines Matching defs:path

2139 #define pos_in_item(path) ((path)->pos_in_item)  argument
2145 #define PATH_OFFSET_PELEMENT(path, n_offset) ((path)->path_elements + (n_offset)) argument
2148 #define PATH_OFFSET_PBUFFER(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_buffer) argument
2151 #define PATH_OFFSET_POSITION(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_position) argument
2153 #define PATH_PLAST_BUFFER(path) (PATH_OFFSET_PBUFFER((path), (path)->path_length)) argument
2160 #define PATH_LAST_POSITION(path) (PATH_OFFSET_POSITION((path), (path)->path_length)) argument
2168 #define PATH_H_PBUFFER(path, h) \ argument
2172 #define PATH_H_PPARENT(path, h) PATH_H_PBUFFER(path, (h) + 1) argument
2174 #define PATH_H_POSITION(path, h) \ argument
2178 #define PATH_H_B_ITEM_ORDER(path, h) PATH_H_POSITION(path, h + 1) argument
2180 #define PATH_H_PATH_OFFSET(path, n_h) ((path)->path_length - (n_h)) argument
2224 static inline struct item_head *tp_item_head(const struct treepath *path) in tp_item_head()
2229 static inline void *tp_item_body(const struct treepath *path) in tp_item_body()
2234 #define get_last_bh(path) PATH_PLAST_BUFFER(path) argument
2235 #define get_item_pos(path) PATH_LAST_POSITION(path) argument
2236 #define item_moved(ih,path) comp_items(ih, path) argument
2237 #define path_changed(ih,path) comp_items (ih, path) argument
3003 #define search_item(s,key,path) search_by_key (s, key, path, DISK_LEAF_NODE_LEVEL) argument
3275 struct treepath *path; member
3347 struct treepath *path, in reiserfs_new_unf_blocknrs()
3365 struct treepath *path, in reiserfs_new_unf_blocknrs2()