Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_attrlist.c956 vnode_t root_vp = NULL; in getvolattrlist() local
984 error = VFS_ROOT(mnt, &root_vp, ctx); in getvolattrlist()
989 vp = root_vp; in getvolattrlist()
1622 if (root_vp != NULL) { in getvolattrlist()
1623 vnode_put(root_vp); in getvolattrlist()