Home | History | Annotate | Download | only in libhfs_iso

Lines Matching defs:dirid

276   long dirid;
293 dirid = (*vol)->cwd; /* relative path */
300 found = v_getdthread(*vol, dirid, data, 0);
315 dirid = HFS_CNID_ROOTPAR; /* absolute path */
342 found = v_getdthread(*vol, dirid, data, 0);
346 dirid = data->u.dthd.thdParID;
351 found = v_getdthread(*vol, dirid, data, 0);
377 *parid = dirid;
379 found = v_catsearch(*vol, dirid, name, data, fname, np);
400 dirid = data->u.dir.dirDirID;