Searched refs:vbusyflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/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, 216 int rdonly, vbusyflags, keep_going, wantparent; in namei() local 219 vbusyflags = ((cnp->cn_flags & CN_NBMOUNTLOOK) != 0) ? LK_NOWAIT : 0; in namei() 225 error = lookup_handle_found_vnode(ndp, &ndp->ni_cnd, rdonly, vbusyflags, in namei() 944 int vbusyflags, int *keep_going, int nc_generation, in lookup_handle_found_vnode() argument 980 error = lookup_traverse_mountpoints(ndp, cnp, dp, vbusyflags, ctx); in lookup_handle_found_vnode() 1246 int vbusyflags = 0; local 1267 vbusyflags = LK_NOWAIT; 1552 …error = lookup_handle_found_vnode(ndp, cnp, rdonly, vbusyflags, &keep_going, nc_generation, wantpa… [all …]
|