[BACK]Return to ffs_extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/ufs/ffs/ffs_extern.h between version 1.17.6.1 and 1.17.6.2

version 1.17.6.1, 2001/08/25 06:17:17 version 1.17.6.2, 2002/01/10 20:05:01
Line 89  void ffs_clusteracct __P((struct fs *, s
Line 89  void ffs_clusteracct __P((struct fs *, s
   
 /* ffs_balloc.c */  /* ffs_balloc.c */
 int ffs_balloc __P((void *));  int ffs_balloc __P((void *));
 int ffs_ballocn __P((void *));  int ffs_gop_alloc __P((struct vnode *, off_t, off_t, int, struct ucred *));
   
 /* ffs_bswap.c */  /* ffs_bswap.c */
 void ffs_sb_swap __P((struct fs*, struct fs *));  void ffs_sb_swap __P((struct fs*, struct fs *));
Line 114  void ffs_setblock __P((struct fs *, u_ch
Line 114  void ffs_setblock __P((struct fs *, u_ch
   
 /* ffs_vfsops.c */  /* ffs_vfsops.c */
 void ffs_init __P((void));  void ffs_init __P((void));
   void ffs_reinit __P((void));
 void ffs_done __P((void));  void ffs_done __P((void));
 int ffs_mountroot __P((void));  int ffs_mountroot __P((void));
 int ffs_mount __P((struct mount *, const char *, void *, struct nameidata *,  int ffs_mount __P((struct mount *, const char *, void *, struct nameidata *,
Line 138  int ffs_read __P((void *));
Line 139  int ffs_read __P((void *));
 int ffs_write __P((void *));  int ffs_write __P((void *));
 int ffs_fsync __P((void *));  int ffs_fsync __P((void *));
 int ffs_reclaim __P((void *));  int ffs_reclaim __P((void *));
 int ffs_size __P((void *));  int ffs_getpages __P((void *));
   void ffs_gop_size __P((struct vnode *, off_t, off_t *));
 __END_DECLS  __END_DECLS
   
   
Line 146  __END_DECLS
Line 148  __END_DECLS
  * Soft dependency function prototypes.   * Soft dependency function prototypes.
  */   */
 void    softdep_initialize __P((void));  void    softdep_initialize __P((void));
   void    softdep_reinitialize __P((void));
 int     softdep_mount __P((struct vnode *, struct mount *, struct fs *,  int     softdep_mount __P((struct vnode *, struct mount *, struct fs *,
             struct ucred *));              struct ucred *));
 int     softdep_flushfiles __P((struct mount *, int, struct proc *));  int     softdep_flushfiles __P((struct mount *, int, struct proc *));

Legend:
Removed from v.1.17.6.1  
changed lines
  Added in v.1.17.6.2

CVSweb <webmaster@jp.NetBSD.org>