Lines Matching refs:parent
566 lfs_mdir_t *parent);
2441 // find parent
2449 // note that if we have a parent, we must have a pred, so this will
2623 // our parent is our predecessor's predecessor, this could have
2624 // caused our parent to go out of date, fortunately we can hook
2646 // now insert into our parent block
2679 // get dir pair from parent
3859 // I know it's crazy but yes, dir can be changed by our parent's
3971 // I know it's crazy but yes, dir can be changed by our parent's
4711 lfs_mdir_t *parent) {
4713 parent->tail[0] = 0;
4714 parent->tail[1] = 1;
4718 while (!lfs_pair_isnull(parent->tail)) {
4720 if (lfs_pair_issync(parent->tail, tortoise)) {
4725 tortoise[0] = parent->tail[0];
4726 tortoise[1] = parent->tail[1];
4732 lfs_stag_t tag = lfs_dir_fetchmatch(lfs, parent, parent->tail,
4879 // check if we have a parent
4880 lfs_mdir_t parent;
4881 lfs_stag_t tag = lfs_fs_parent(lfs, pdir.tail, &parent);
4888 lfs_stag_t state = lfs_dir_get(lfs, &parent,