Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_lookup.c121 int wantparent, int atroot, vfs_context_t ctx);
801 int wantparent, int atroot, vfs_context_t ctx) in lookup_handle_found_vnode() argument
814 if (atroot) { in lookup_handle_found_vnode()
1102 int atroot; local
1138 atroot = 0;
1234 atroot = 1;
1396 …dle_found_vnode(ndp, cnp, rdonly, vbusyflags, &keep_going, nc_generation, wantparent, atroot, ctx);