Searched refs:chk_path (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | stree.c | 214 static inline const struct reiserfs_key *get_lkey(const struct treepath *chk_path, in get_lkey() argument 217 int position, path_offset = chk_path->path_length; in get_lkey() 227 (PATH_OFFSET_PBUFFER(chk_path, path_offset)), in get_lkey() 233 PATH_OFFSET_PBUFFER(chk_path, path_offset))) in get_lkey() 237 PATH_OFFSET_POSITION(chk_path, in get_lkey() 243 PATH_OFFSET_PBUFFER(chk_path, in get_lkey() 254 if (PATH_OFFSET_PBUFFER(chk_path, FIRST_PATH_ELEMENT_OFFSET)-> in get_lkey() 261 inline const struct reiserfs_key *get_rkey(const struct treepath *chk_path, in get_rkey() argument 264 int position, path_offset = chk_path->path_length; in get_rkey() 273 (PATH_OFFSET_PBUFFER(chk_path, path_offset)), in get_rkey() [all …]
|
D | reiserfs.h | 2999 const struct reiserfs_key *get_rkey(const struct treepath *chk_path,
|