Home
last modified time | relevance | path

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

/trueos/sys/gnu/fs/reiserfs/
HDreiserfs_stree.c198 struct buf *p_s_parent; in get_lkey() local
204 if (!B_IS_IN_TREE(p_s_parent = in get_lkey()
210 n_path_offset)) > B_NR_ITEMS(p_s_parent)) in get_lkey()
217 if (B_N_CHILD_NUM(p_s_parent, n_position) != in get_lkey()
228 return (B_N_PDELIM_KEY(p_s_parent, n_position - 1)); in get_lkey()
245 struct buf *p_s_parent; in get_rkey() local
250 if (!B_IS_IN_TREE(p_s_parent = in get_rkey()
257 B_NR_ITEMS(p_s_parent)) in get_rkey()
264 if (B_N_CHILD_NUM(p_s_parent, n_position) != in get_rkey()
274 if (n_position != B_NR_ITEMS(p_s_parent)) in get_rkey()
[all …]