Searched refs:atroot (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_lookup.c | 121 int wantparent, int atroot, vfs_context_t ctx); 798 int wantparent, int atroot, vfs_context_t ctx) in lookup_handle_found_vnode() argument 811 if (atroot) { in lookup_handle_found_vnode() 1103 int atroot; local 1139 atroot = 0; 1235 atroot = 1; 1397 …dle_found_vnode(ndp, cnp, rdonly, vbusyflags, &keep_going, nc_generation, wantparent, atroot, ctx);
|