Searched refs:hfs_vgetrsrc (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_xattr.c142 error = hfs_vgetrsrc(VTOHFS(vp), vp, svpp);
185 error = hfs_vgetrsrc(VTOHFS(vp), vp, svpp);
345 result = hfs_vgetrsrc(hfsmp, vp, &rvp);
901 result = hfs_vgetrsrc(hfsmp, vp, &rvp);
1373 result = hfs_vgetrsrc(hfsmp, vp, &rvp);
H A Dhfs.h902 extern int hfs_vgetrsrc(struct hfsmount *hfsmp, struct vnode *vp,
H A Dhfs_resize.c3187 error = hfs_vgetrsrc(hfsmp, vp, &rvp);
H A Dhfs_vnops.c1129 error = hfs_vgetrsrc(hfsmp, vp, &rvp);
1132 * Note that we call hfs_vgetrsrc with error_on_unlinked
1138 * hfs_vgetrsrc. This is because we can't drop the iocount
3628 * a requirement for the compressed files work. Luckily, hfs_vgetrsrc will handle
6608 * hfs_vgetrsrc acquires a resource fork vnode corresponding to the
6616 hfs_vgetrsrc(struct hfsmount *hfsmp, struct vnode *vp, struct vnode **rvpp) function
6652 printf("hfs_vgetrsrc: couldn't get resource"

Completed in 99 milliseconds