- {&vop_default_desc, (VOPFUNC)vn_default_error},
- {&vop_strategy_desc, (VOPFUNC)err_strategy}, /* strategy - not supported */
- {&vop_bwrite_desc, (VOPFUNC)err_bwrite}, /* bwrite - not supported */
- {&vop_lookup_desc, (VOPFUNC)synthfs_cached_lookup}, /* cached lookup */
- {&vop_create_desc, (VOPFUNC)synthfs_create}, /* create - DEBUGGER */
- {&vop_whiteout_desc, (VOPFUNC)err_whiteout}, /* whiteout - not supported */
- {&vop_mknod_desc, (VOPFUNC)err_mknod}, /* mknod - not supported */
- {&vop_mkcomplex_desc, (VOPFUNC)err_mkcomplex}, /* mkcomplex - not supported */
- {&vop_open_desc, (VOPFUNC)synthfs_open}, /* open - DEBUGGER */
- {&vop_close_desc, (VOPFUNC)nop_close}, /* close - NOP */
- {&vop_access_desc, (VOPFUNC)synthfs_access}, /* access */
- {&vop_getattr_desc, (VOPFUNC)synthfs_getattr}, /* getattr */
- {&vop_setattr_desc, (VOPFUNC)synthfs_setattr}, /* setattr */
- {&vop_getattrlist_desc, (VOPFUNC)err_getattrlist}, /* getattrlist - not supported */
- {&vop_setattrlist_desc, (VOPFUNC)err_setattrlist}, /* setattrlist - not supported */
- {&vop_read_desc, (VOPFUNC)err_read}, /* read - not supported */
- {&vop_write_desc, (VOPFUNC)err_write}, /* write - not supported */
- {&vop_lease_desc, (VOPFUNC)err_lease}, /* lease - not supported */
- {&vop_ioctl_desc, (VOPFUNC)err_ioctl}, /* ioctl - not supported */
- {&vop_select_desc, (VOPFUNC)synthfs_select}, /* select */
- {&vop_exchange_desc, (VOPFUNC)err_exchange}, /* exchange - not supported */
- {&vop_revoke_desc, (VOPFUNC)nop_revoke}, /* revoke - NOP */
- {&vop_mmap_desc, (VOPFUNC)synthfs_mmap}, /* mmap - DEBUGGER */
- {&vop_fsync_desc, (VOPFUNC)nop_fsync}, /* fsync - NOP */
- {&vop_seek_desc, (VOPFUNC)nop_seek}, /* seek - NOP */
- {&vop_remove_desc, (VOPFUNC)synthfs_remove}, /* remove */
- {&vop_link_desc, (VOPFUNC)err_link}, /* link - not supported */
- {&vop_rename_desc, (VOPFUNC)synthfs_rename}, /* rename */
- {&vop_mkdir_desc, (VOPFUNC)synthfs_mkdir}, /* mkdir */
- {&vop_rmdir_desc, (VOPFUNC)synthfs_rmdir}, /* rmdir */
- {&vop_symlink_desc, (VOPFUNC)synthfs_symlink}, /* symlink */
- {&vop_readdir_desc, (VOPFUNC)synthfs_readdir}, /* readdir */
- {&vop_readdirattr_desc, (VOPFUNC)err_readdirattr}, /* readdirattr - not supported */
- {&vop_readlink_desc, (VOPFUNC)synthfs_readlink}, /* readlink */
- {&vop_abortop_desc, (VOPFUNC)nop_abortop}, /* abortop - NOP */
- {&vop_inactive_desc, (VOPFUNC)synthfs_inactive}, /* inactive */
- {&vop_reclaim_desc, (VOPFUNC)synthfs_reclaim}, /* reclaim */
- {&vop_lock_desc, (VOPFUNC)synthfs_lock}, /* lock */
- {&vop_unlock_desc, (VOPFUNC)synthfs_unlock}, /* unlock */
- {&vop_bmap_desc, (VOPFUNC)err_bmap}, /* bmap - not supported */
- {&vop_print_desc, (VOPFUNC)err_print}, /* print - not supported */
- {&vop_islocked_desc, (VOPFUNC)synthfs_islocked}, /* islocked */
- {&vop_pathconf_desc, (VOPFUNC)synthfs_pathconf}, /* pathconf */
- {&vop_advlock_desc, (VOPFUNC)err_advlock}, /* advlock - not supported */
- {&vop_blkatoff_desc, (VOPFUNC)err_blkatoff}, /* blkatoff - not supported */
- {&vop_valloc_desc, (VOPFUNC)err_valloc}, /* valloc - not supported */
- {&vop_reallocblks_desc, (VOPFUNC)err_reallocblks}, /* reallocblks - not supported */
- {&vop_vfree_desc, (VOPFUNC)err_vfree}, /* vfree - not supported */
- {&vop_truncate_desc, (VOPFUNC)err_truncate}, /* truncate - not supported */
- {&vop_allocate_desc, (VOPFUNC)err_allocate}, /* allocate - not supported */
- {&vop_update_desc, (VOPFUNC)synthfs_update}, /* update */
- {&vop_pgrd_desc, (VOPFUNC)err_pgrd}, /* pgrd - not supported */
- {&vop_pgwr_desc, (VOPFUNC)err_pgwr}, /* pgwr - not supported */
- {&vop_pagein_desc, (VOPFUNC)err_pagein}, /* pagein - not supported */
- {&vop_pageout_desc, (VOPFUNC)err_pageout}, /* pageout - not supported */
- {&vop_devblocksize_desc, (VOPFUNC)err_devblocksize}, /* devblocksize - not supported */
- {&vop_searchfs_desc, (VOPFUNC)err_searchfs}, /* searchfs - not supported */
- {&vop_copyfile_desc, (VOPFUNC)err_copyfile}, /* copyfile - not supported */
- { &vop_blktooff_desc, (VOPFUNC)err_blktooff }, /* blktooff not supported */
- { &vop_offtoblk_desc, (VOPFUNC)err_offtoblk }, /* offtoblk not supported */
- { &vop_cmap_desc, (VOPFUNC)err_cmap }, /* cmap not supported */
+ {&vnop_default_desc, (VOPFUNC)vn_default_error},
+ {&vnop_strategy_desc, (VOPFUNC)err_strategy}, /* strategy - not supported */
+ {&vnop_bwrite_desc, (VOPFUNC)err_bwrite}, /* bwrite - not supported */
+ {&vnop_lookup_desc, (VOPFUNC)synthfs_cached_lookup}, /* cached lookup */
+ {&vnop_create_desc, (VOPFUNC)synthfs_create}, /* create - DEBUGGER */
+ {&vnop_whiteout_desc, (VOPFUNC)err_whiteout}, /* whiteout - not supported */
+ {&vnop_mknod_desc, (VOPFUNC)err_mknod}, /* mknod - not supported */
+ {&vnop_open_desc, (VOPFUNC)synthfs_open}, /* open - DEBUGGER */
+ {&vnop_close_desc, (VOPFUNC)nop_close}, /* close - NOP */
+ {&vnop_getattr_desc, (VOPFUNC)synthfs_getattr}, /* getattr */
+ {&vnop_setattr_desc, (VOPFUNC)synthfs_setattr}, /* setattr */
+ {&vnop_getattrlist_desc, (VOPFUNC)err_getattrlist}, /* getattrlist - not supported */
+ {&vnop_setattrlist_desc, (VOPFUNC)err_setattrlist}, /* setattrlist - not supported */
+ {&vnop_read_desc, (VOPFUNC)err_read}, /* read - not supported */
+ {&vnop_write_desc, (VOPFUNC)err_write}, /* write - not supported */
+ {&vnop_ioctl_desc, (VOPFUNC)err_ioctl}, /* ioctl - not supported */
+ {&vnop_select_desc, (VOPFUNC)synthfs_select}, /* select */
+ {&vnop_exchange_desc, (VOPFUNC)err_exchange}, /* exchange - not supported */
+ {&vnop_revoke_desc, (VOPFUNC)nop_revoke}, /* revoke - NOP */
+ {&vnop_mmap_desc, (VOPFUNC)synthfs_mmap}, /* mmap - DEBUGGER */
+ {&vnop_fsync_desc, (VOPFUNC)nop_fsync}, /* fsync - NOP */
+ {&vnop_remove_desc, (VOPFUNC)synthfs_remove}, /* remove */
+ {&vnop_link_desc, (VOPFUNC)err_link}, /* link - not supported */
+ {&vnop_rename_desc, (VOPFUNC)synthfs_rename}, /* rename */
+ {&vnop_mkdir_desc, (VOPFUNC)synthfs_mkdir}, /* mkdir */
+ {&vnop_rmdir_desc, (VOPFUNC)synthfs_rmdir}, /* rmdir */
+ {&vnop_symlink_desc, (VOPFUNC)synthfs_symlink}, /* symlink */
+ {&vnop_readdir_desc, (VOPFUNC)synthfs_readdir}, /* readdir */
+ {&vnop_readdirattr_desc, (VOPFUNC)err_readdirattr}, /* readdirattr - not supported */
+ {&vnop_readlink_desc, (VOPFUNC)synthfs_readlink}, /* readlink */
+ {&vnop_inactive_desc, (VOPFUNC)synthfs_inactive}, /* inactive */
+ {&vnop_reclaim_desc, (VOPFUNC)synthfs_reclaim}, /* reclaim */
+ {&vnop_pathconf_desc, (VOPFUNC)synthfs_pathconf}, /* pathconf */
+ {&vnop_advlock_desc, (VOPFUNC)err_advlock}, /* advlock - not supported */
+ {&vnop_allocate_desc, (VOPFUNC)err_allocate}, /* allocate - not supported */
+ {&vnop_pagein_desc, (VOPFUNC)err_pagein}, /* pagein - not supported */
+ {&vnop_pageout_desc, (VOPFUNC)err_pageout}, /* pageout - not supported */
+ {&vnop_searchfs_desc, (VOPFUNC)err_searchfs}, /* searchfs - not supported */
+ {&vnop_copyfile_desc, (VOPFUNC)err_copyfile}, /* copyfile - not supported */
+ { &vnop_blktooff_desc, (VOPFUNC)err_blktooff }, /* blktooff not supported */
+ { &vnop_offtoblk_desc, (VOPFUNC)err_offtoblk }, /* offtoblk not supported */
+ { &vnop_blockmap_desc, (VOPFUNC)err_blockmap }, /* blockmap not supported */