Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_attrlist.c958 vnode_t root_vp = NULL; in getvolattrlist() local
987 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
992 vp = root_vp; in getvolattrlist()
1635 if (root_vp != NULL) { in getvolattrlist()
1636 vnode_put(root_vp); in getvolattrlist()