Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_attrlist.c960 vnode_t root_vp = NULL; in getvolattrlist() local
989 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
994 vp = root_vp; in getvolattrlist()
1641 if (root_vp != NULL) { in getvolattrlist()
1642 vnode_put(root_vp); in getvolattrlist()