Searched refs:hfs_vget (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_lookup.c304 if ((retval = hfs_vget(hfsmp, hfs_currentparent(VTOC(dvp)), &tvp, 0))) {
H A Dhfs_link.c410 if ((error = hfs_vget(hfsmp, hfs_currentparent(VTOC(vp)), &fdvp, 1))) {
915 if (hfs_vget(hfsmp, kRootDirID, &dvp, 0) != 0) {
H A Dhfs.h642 extern int hfs_vget(struct hfsmount *, cnid_t, struct vnode **, int);
H A Dhfs_vfsops.c1737 return hfs_vget(VFSTOHFS(mp), (cnid_t)kHFSRootFolderID, vpp, 1);
2096 * - call hfs_vget() to get the locked cnode
2114 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0);
2533 error = hfs_vget(hfsmp, (cnid_t)ino, vpp, 1);
2578 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock) function
3311 error = hfs_vget(hfsmp, kHFSRootFolderID, &vp, 0);
4686 if (hfs_vget(hfsmp, cnidbufp[i], &vp, 0) != 0)
H A Dhfs_hotfiles.c1107 error = hfs_vget(hfsmp, listp->hfl_hotfile[i].hf_fileid, &vp, 0);
1324 error = hfs_vget(hfsmp, key->fileID, &vp, 0);
H A Dhfs_attrlist.c251 if (hfs_vget(hfsmp, cattrp->ca_fileid, &vp, 0) != 0) {
H A Dhfs_search.c578 myErr = hfs_vget(hfsmp, myNodeID, &vp, 0);
H A Dhfs_readwrite.c939 myErr = hfs_vget(hfsmp, thisNodeID, &vp, 0);
1217 myErr = hfs_vget(hfsmp, cnid, &cvp, 0);
1365 * origin list for us if needed, as opposed to calling hfs_vget, since
H A Dhfs_vnops.c3709 if (hfs_vget(hfsmp, dcp->c_parentcnid, &ddvp, 0) == 0) {

Completed in 81 milliseconds