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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h860 extern int hfs_unlink(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp,
H A Dhfs_link.c681 hfs_unlink(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int skip_reserve) function
790 panic("hfs_unlink: dir not empty (id %d, %d entries)", cp->c_fileid, cp->c_entries);
H A Dhfs_vnops.c3065 return hfs_unlink(hfsmp, dvp, vp, cnp, skip_reserve);
3523 return hfs_unlink(hfsmp, dvp, vp, cnp, skip_reserve);
6459 * but left the descriptor alone, since hfs_unlink does not invalidate

Completed in 53 milliseconds