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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c315 if ((retval = hfs_vget(hfsmp, hfs_currentparent(VTOC(dvp)), &tvp, 0, 0))) {
H A Dhfs_link.c444 if ((error = hfs_vget(hfsmp, hfs_currentparent(VTOC(vp)), &fdvp, 1, 0))) {
947 if (hfs_vget(hfsmp, kRootDirID, &dvp, 0, 0) != 0) {
H A Dhfs.h724 extern int hfs_vget(struct hfsmount *, cnid_t, struct vnode **, int, int);
H A Dhfs_hotfiles.c1132 error = hfs_vget(hfsmp, listp->hfl_hotfile[i].hf_fileid, &vp, 0, 0);
1354 error = hfs_vget(hfsmp, key->fileID, &vp, 0, 0);
H A Dhfs_attrlist.c272 if (hfs_vget(hfsmp, cattrp->ca_fileid, &vp, 0, 0) != 0) {
H A Dhfs_vfsops.c2340 return hfs_vget(VFSTOHFS(mp), (cnid_t)kHFSRootFolderID, vpp, 1, 0);
2700 * - call hfs_vget() to get the locked cnode
2718 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0, 0);
3185 error = hfs_vget(hfsmp, (cnid_t)ino, vpp, 1, 0);
3227 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock, int allow_deleted) function
4000 error = hfs_vget(hfsmp, kHFSRootFolderID, &vp, 0, 0);
6891 * so provide allow_deleted == 1 for hfs_vget().
6893 if (hfs_vget(hfsmp, key->fileID, &vp, 0, 1) != 0) {
7001 if (hfs_vget(hfsmp, filerec.fileID, &vp, 0, 1) != 0) {
7003 printf("hfs_reclaim_filespace: hfs_vget(
[all...]
H A Dhfs_search.c574 myErr = hfs_vget(hfsmp, myNodeID, &vp, 0, 0);
H A Dhfs_readwrite.c1181 myErr = hfs_vget(hfsmp, thisNodeID, &vp, 0, 0);
1459 myErr = hfs_vget(hfsmp, cnid, &cvp, 0, 0);
1641 * hfs_vget, since we will need the parent for build_path call.
H A Dhfs_vnops.c244 * present, it will use hfs_vget() to create a new vnode for the
281 if (0 == hfs_vget(VTOHFS(cp->c_rsrc_vp), cp->c_cnid, data_vp, 1, 0) &&
377 int putaway = 0; /* flag to remember if we used hfs_vget() */
387 if (0 != hfs_vget(hfsmp, fid, &vp, skiplock, 0)) { /* vnode is null, use hfs_vget() to get it */
390 putaway = 1; /* note that hfs_vget() was used to aquire the vnode */
420 if (putaway) { /* did we use hfs_vget() to get this vnode? */

Completed in 56 milliseconds