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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c339 if ((retval = hfs_vget(hfsmp, hfs_currentparent(VTOC(dvp)), &tvp, 0, 0))) {
H A Dhfs.h696 extern int hfs_vget(struct hfsmount *, cnid_t, struct vnode **, int, int);
H A Dhfs_link.c445 if ((error = hfs_vget(hfsmp, hfs_currentparent(VTOC(vp)), &fdvp, 1, 0))) {
968 if (hfs_vget(hfsmp, kRootDirID, &dvp, 0, 0) != 0) {
H A Dhfs_hotfiles.c1140 error = hfs_vget(hfsmp, listp->hfl_hotfile[i].hf_fileid, &vp, 0, 0);
1363 error = hfs_vget(hfsmp, key->fileID, &vp, 0, 0);
H A Dhfs_vfsops.c2261 return hfs_vget(VFSTOHFS(mp), (cnid_t)kHFSRootFolderID, vpp, 1, 0);
2622 * - call hfs_vget() to get the locked cnode
2640 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0, 0);
2947 if (hfs_vget (hfsmp, jinfo_attr.ca_fileid, &jib_vp, 1, 0)) {
3217 error = hfs_vget(hfsmp, (cnid_t)ino, vpp, 1, 0);
3259 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock, int allow_deleted) function
4063 error = hfs_vget(hfsmp, kHFSRootFolderID, &vp, 0, 0);
6968 * so provide allow_deleted == 1 for hfs_vget().
6970 if (hfs_vget(hfsmp, key->fileID, &vp, 0, 1) != 0) {
7091 if (hfs_vget(hfsm
[all...]
H A Dhfs_attrlist.c272 if (hfs_vget(hfsmp, cattrp->ca_fileid, &vp, 0, 0) != 0) {
H A Dhfs_search.c596 myErr = hfs_vget(hfsmp, myNodeID, &vp, 0, 0);
H A Dhfs_readwrite.c1184 myErr = hfs_vget(hfsmp, thisNodeID, &vp, 0, 0);
1462 myErr = hfs_vget(hfsmp, cnid, &cvp, 0, 0);
1646 * hfs_vget, since we will need the parent for build_path call.
H A Dhfs_vnops.c247 * present, it will use hfs_vget() to create a new vnode for the
284 if (0 == hfs_vget(VTOHFS(cp->c_rsrc_vp), cp->c_cnid, data_vp, 1, 0) &&
381 int putaway = 0; /* flag to remember if we used hfs_vget() */
391 if (0 != hfs_vget(hfsmp, fid, &vp, skiplock, 0)) { /* vnode is null, use hfs_vget() to get it */
394 putaway = 1; /* note that hfs_vget() was used to aquire the vnode */
424 if (putaway) { /* did we use hfs_vget() to get this vnode? */

Completed in 116 milliseconds