Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c507 coveredvp = vfs_vnodecovered(mp); in bindfs_vfs_getattr()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c532 coveredvp = vfs_vnodecovered(mp); in nullfs_vfs_getattr()
H A Dnull_vnops.c177 checkvp = vfs_vnodecovered(mp); in nullfs_special_getattr()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h1339 vnode_t vfs_vnodecovered(mount_t mp); /* Returns vnode with an iocount that must be released with v…
/xnu-12377.41.6/iokit/bsddev/
H A DIOKitBSDInit.cpp1475 vn = vfs_vnodecovered(mp); in IOBSDMountChange()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c827 vfs_vnodecovered(mount_t mp) in vfs_vnodecovered() function