pass V_SAVE to vinvalbuf
[unix-history] / usr / src / sys / miscfs / specfs / specdev.h
index 77af8e4..de598ba 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)specdev.h   7.12 (Berkeley) %G%
+ *     @(#)specdev.h   8.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -89,9 +89,12 @@ int  spec_bmap __P((struct vop_bmap_args *));
 int    spec_strategy __P((struct vop_strategy_args *));
 int    spec_print __P((struct vop_print_args *));
 #define spec_islocked ((int (*) __P((struct  vop_islocked_args *)))nullop)
 int    spec_strategy __P((struct vop_strategy_args *));
 int    spec_print __P((struct vop_print_args *));
 #define spec_islocked ((int (*) __P((struct  vop_islocked_args *)))nullop)
+int    spec_pathconf __P((struct vop_pathconf_args *));
 int    spec_advlock __P((struct vop_advlock_args *));
 #define spec_blkatoff ((int (*) __P((struct  vop_blkatoff_args *)))spec_badop)
 #define spec_valloc ((int (*) __P((struct  vop_valloc_args *)))spec_badop)
 int    spec_advlock __P((struct vop_advlock_args *));
 #define spec_blkatoff ((int (*) __P((struct  vop_blkatoff_args *)))spec_badop)
 #define spec_valloc ((int (*) __P((struct  vop_valloc_args *)))spec_badop)
+#define spec_reallocblks \
+       ((int (*) __P((struct  vop_reallocblks_args *)))spec_badop)
 #define spec_vfree ((int (*) __P((struct  vop_vfree_args *)))spec_badop)
 #define spec_truncate ((int (*) __P((struct  vop_truncate_args *)))nullop)
 #define spec_update ((int (*) __P((struct  vop_update_args *)))nullop)
 #define spec_vfree ((int (*) __P((struct  vop_vfree_args *)))spec_badop)
 #define spec_truncate ((int (*) __P((struct  vop_truncate_args *)))nullop)
 #define spec_update ((int (*) __P((struct  vop_update_args *)))nullop)