Lines Matching defs:father
961 struct buffer_head *father, *left;
970 /* Calculate father of the node to be balanced. */
971 father = PATH_H_PBUFFER(tb->tb_path, h + 1);
973 RFALSE(!father ||
974 !B_IS_IN_TREE(father) ||
976 !buffer_uptodate(father) ||
979 father, tb->FL[h]);
983 * into the left father.
985 left_neighbor_position = (father == tb->FL[h]) ?
1085 /* if we are in the root of the tree, then there is no common father */
1732 * and Fh is its father.
1942 * and F0 is its father.