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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c134 int unlink1(vfs_context_t, struct nameidata *, int);
1341 error = unlink1(&context, &nd, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c160 int unlink1(vfs_context_t, struct nameidata *, int);
2929 unlink1(vfs_context_t ctx, struct nameidata *ndp, int nodelbusy) function
3084 return unlink1(ctx, &nd, 0);
3097 return unlink1(ctx, &nd, 1);
5502 // see the comment in unlink1() about why we update
H A Dvfs_subr.c161 __private_extern__ int unlink1(vfs_context_t, struct nameidata *, int);
6667 error = unlink1(ctx, &nd_temp, 0);

Completed in 54 milliseconds