Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbindfs.h123 #define MOUNTTOBINDMOUNT(mp) ((struct bind_mount *)(vfs_fsprivate(mp)))
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnullfs.h133 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)(vfs_fsprivate(mp)))
/xnu-12377.41.6/bsd/sys/
H A Dmount.h1150 void * vfs_fsprivate(mount_t mp);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c792 vfs_fsprivate(mount_t mp) in vfs_fsprivate() function