MP 140 include/sys/mount.h #define VFS_MOUNT(MP, DEV, FL, DAT) ((MP)->m_op->vfs_mount)(MP, DEV, FL, DAT) MP 141 include/sys/mount.h #define VFS_UNMOUNT(MP) ((MP)->m_op->vfs_unmount)(MP) MP 142 include/sys/mount.h #define VFS_SYNC(MP) ((MP)->m_op->vfs_sync)(MP) MP 143 include/sys/mount.h #define VFS_VGET(MP, VP) ((MP)->m_op->vfs_vget)(MP, VP) MP 144 include/sys/mount.h #define VFS_STATFS(MP, SFP) ((MP)->m_op->vfs_statfs)(MP, SFP)