Searched refs:am_child (Results 1 – 4 of 4) sorted by relevance
221 mp->am_osib = p_mp->am_child; in insert_am()224 p_mp->am_child = mp; in insert_am()236 if (mp->am_child && mp->am_parent) { in remove_am()243 if (mp->am_parent && mp->am_parent->am_child == mp) in remove_am()244 mp->am_parent->am_child = mp->am_osib; in remove_am()528 return find_ap2(dir, mp->am_child); in find_ap2()1046 if (!mp->am_child && mf->mf_error >= 0 && expired) { in timeout_mp()
244 if (!xdr_pointer(xdrs, (char **)&mp->am_child, sizeof(amq_mount_tree), xdr_amq_mount_subtree)) { in xdr_amq_mount_subtree()262 if (!xdr_pointer(xdrs, (char **)&mp->am_child, sizeof(amq_mount_tree), xdr_amq_mount_subtree)) { in xdr_amq_mount_tree()
1189 for (ap_hung = 0, ap = mp->am_child; ap; ap = ap->am_osib) { in afs_lookuppn()1571 xp = next_nonerror_node(mp->am_child); in afs_readdir()1607 xp = mp->am_child; in afs_readdir()1655 xp = next_nonerror_node(mp->am_child); in dfs_readlink()
523 *am_child; /* First child of this node */ member