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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c90 int hfs_removefile(struct vnode *, struct vnode *, struct componentname *,
130 /* Options for hfs_removedir and hfs_removefile */
2708 * Note that the allow_dirs argument to hfs_removefile specifies that it is
2716 int ret = hfs_removefile(dvp, vp, cnp, 0, 0, 1, NULL, only_unlink);
2918 * hfs_removefile already checks for a race on vp/cp
2925 error = hfs_removefile(dvp, vp, ap->a_cnp, ap->a_flags, 0, 0, NULL, 0);
2987 * hfs_removefile
3007 hfs_removefile(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, function
3403 printf("hfs_removefile: deleting file %s (%d), err: %d\n",
3692 /* When tvp exists, take the truncate lock for hfs_removefile()
[all...]

Completed in 18 milliseconds