chk_path         3002 fs/reiserfs/reiserfs.h const struct reiserfs_key *get_rkey(const struct treepath *chk_path,
chk_path          215 fs/reiserfs/stree.c static inline const struct reiserfs_key *get_lkey(const struct treepath *chk_path,
chk_path          218 fs/reiserfs/stree.c 	int position, path_offset = chk_path->path_length;
chk_path          228 fs/reiserfs/stree.c 		       (PATH_OFFSET_PBUFFER(chk_path, path_offset)),
chk_path          234 fs/reiserfs/stree.c 		     PATH_OFFSET_PBUFFER(chk_path, path_offset)))
chk_path          238 fs/reiserfs/stree.c 		     PATH_OFFSET_POSITION(chk_path,
chk_path          244 fs/reiserfs/stree.c 		    PATH_OFFSET_PBUFFER(chk_path,
chk_path          255 fs/reiserfs/stree.c 	if (PATH_OFFSET_PBUFFER(chk_path, FIRST_PATH_ELEMENT_OFFSET)->
chk_path          262 fs/reiserfs/stree.c inline const struct reiserfs_key *get_rkey(const struct treepath *chk_path,
chk_path          265 fs/reiserfs/stree.c 	int position, path_offset = chk_path->path_length;
chk_path          274 fs/reiserfs/stree.c 		       (PATH_OFFSET_PBUFFER(chk_path, path_offset)),
chk_path          280 fs/reiserfs/stree.c 		     PATH_OFFSET_PBUFFER(chk_path, path_offset)))
chk_path          284 fs/reiserfs/stree.c 		     PATH_OFFSET_POSITION(chk_path,
chk_path          293 fs/reiserfs/stree.c 		    PATH_OFFSET_PBUFFER(chk_path,
chk_path          306 fs/reiserfs/stree.c 	if (PATH_OFFSET_PBUFFER(chk_path, FIRST_PATH_ELEMENT_OFFSET)->
chk_path          323 fs/reiserfs/stree.c 				struct treepath *chk_path,
chk_path          330 fs/reiserfs/stree.c 	RFALSE(!key || chk_path->path_length < FIRST_PATH_ELEMENT_OFFSET
chk_path          331 fs/reiserfs/stree.c 	       || chk_path->path_length > MAX_HEIGHT,
chk_path          333 fs/reiserfs/stree.c 	       key, chk_path->path_length);
chk_path          334 fs/reiserfs/stree.c 	RFALSE(!PATH_PLAST_BUFFER(chk_path)->b_bdev,
chk_path          337 fs/reiserfs/stree.c 	if (comp_keys(get_lkey(chk_path, sb), key) == 1)
chk_path          341 fs/reiserfs/stree.c 	if (comp_keys(get_rkey(chk_path, sb), key) != 1)