Searched refs:chk_path (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/reiserfs/ |
D | stree.c | 215 static inline const struct reiserfs_key *get_lkey(const struct treepath *chk_path, in get_lkey() argument 218 int position, path_offset = chk_path->path_length; in get_lkey() 228 (PATH_OFFSET_PBUFFER(chk_path, path_offset)), in get_lkey() 234 PATH_OFFSET_PBUFFER(chk_path, path_offset))) in get_lkey() 238 PATH_OFFSET_POSITION(chk_path, in get_lkey() 244 PATH_OFFSET_PBUFFER(chk_path, in get_lkey() 255 if (PATH_OFFSET_PBUFFER(chk_path, FIRST_PATH_ELEMENT_OFFSET)-> in get_lkey() 262 inline const struct reiserfs_key *get_rkey(const struct treepath *chk_path, in get_rkey() argument 265 int position, path_offset = chk_path->path_length; in get_rkey() 274 (PATH_OFFSET_PBUFFER(chk_path, path_offset)), in get_rkey() [all …]
|
D | reiserfs.h | 3000 const struct reiserfs_key *get_rkey(const struct treepath *chk_path,
|