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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c146 error = hfs_vgetrsrc(VTOHFS(vp), vp, svpp, TRUE, FALSE);
189 error = hfs_vgetrsrc(VTOHFS(vp), vp, svpp, TRUE, FALSE);
352 result = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
834 result = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
1297 result = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
H A Dhfs.h836 extern int hfs_vgetrsrc(struct hfsmount *hfsmp, struct vnode *vp,
H A Dhfs_vnops.c875 error = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
878 * Note that we call hfs_vgetrsrc with error_on_unlinked
884 * hfs_vgetrsrc. This is because we can't drop the iocount
2937 * a requirement for the compressed files work. Luckily, hfs_vgetrsrc will handle
5434 * hfs_vgetrsrc acquires a resource fork vnode corresponding to the cnode that is
5455 hfs_vgetrsrc(struct hfsmount *hfsmp, struct vnode *vp, struct vnode **rvpp, function
5540 printf("hfs_vgetrsrc: couldn't get resource"
H A Dhfs_vfsops.c7029 error = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);

Completed in 40 milliseconds