Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_attrlist.c954 vnode_t root_vp = NULL; in getvolattrlist() local
981 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
986 vp = root_vp; in getvolattrlist()
1602 if (root_vp != NULL) { in getvolattrlist()
1603 vnode_put(root_vp); in getvolattrlist()