Home
last modified time | relevance | path

Searched refs:vbusyflags (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_lookup.c115 …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()
800 int vbusyflags, int *keep_going, int nc_generation, in lookup_handle_found_vnode() argument
836 error = lookup_traverse_mountpoints(ndp, cnp, dp, vbusyflags, ctx); in lookup_handle_found_vnode()
1098 int vbusyflags = 0; local
1119 vbusyflags = LK_NOWAIT;
1396 …error = lookup_handle_found_vnode(ndp, cnp, rdonly, vbusyflags, &keep_going, nc_generation, wantpa…
[all …]