Searched refs:vbusyflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_lookup.c | 115 …ints(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, int vbusyflags, vfs_context_t c… 120 int vbusyflags, int *keep_going, int nc_generation, 208 int rdonly, vbusyflags, keep_going, wantparent; in namei() local 211 vbusyflags = ((cnp->cn_flags & CN_NBMOUNTLOOK) != 0) ? LK_NOWAIT : 0; in namei() 217 error = lookup_handle_found_vnode(ndp, &ndp->ni_cnd, rdonly, vbusyflags, in namei() 797 int vbusyflags, int *keep_going, int nc_generation, in lookup_handle_found_vnode() argument 833 error = lookup_traverse_mountpoints(ndp, cnp, dp, vbusyflags, ctx); in lookup_handle_found_vnode() 1099 int vbusyflags = 0; local 1120 vbusyflags = LK_NOWAIT; 1397 …error = lookup_handle_found_vnode(ndp, cnp, rdonly, vbusyflags, &keep_going, nc_generation, wantpa… [all …]
|