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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c120 int vbusyflags, int *keep_going, int nc_generation,
202 int rdonly, vbusyflags, keep_going, wantparent; local
206 keep_going = 0;
212 &keep_going, ndp->ni_ncgeneration, wantparent, 0, ctx);
215 if (keep_going) {
618 int vbusyflags, int *keep_going, int nc_generation,
626 *keep_going = 0;
683 *keep_going = 1;
733 *keep_going = 1;
922 int keep_going; local
617 lookup_handle_found_vnode(struct nameidata *ndp, struct componentname *cnp, int rdonly, int vbusyflags, int *keep_going, int nc_generation, int wantparent, int atroot, vfs_context_t ctx) argument
[all...]

Completed in 22 milliseconds