[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.78 and 1.78.12.2

version 1.78, 2011/06/17 14:23:52 version 1.78.12.2, 2013/06/23 06:18:39
Line 98  daddr_t ffs_blkpref_ufs2(struct inode *,
Line 98  daddr_t ffs_blkpref_ufs2(struct inode *,
 int     ffs_blkalloc(struct inode *, daddr_t, long);  int     ffs_blkalloc(struct inode *, daddr_t, long);
 int     ffs_blkalloc_ump(struct ufsmount *, daddr_t, long);  int     ffs_blkalloc_ump(struct ufsmount *, daddr_t, long);
 void    ffs_blkfree(struct fs *, struct vnode *, daddr_t, long, ino_t);  void    ffs_blkfree(struct fs *, struct vnode *, daddr_t, long, ino_t);
   void    *ffs_discard_init(struct vnode *, struct fs *);
   void    ffs_discard_finish(void *, int);
 void    ffs_blkfree_snap(struct fs *, struct vnode *, daddr_t, long, ino_t);  void    ffs_blkfree_snap(struct fs *, struct vnode *, daddr_t, long, ino_t);
 int     ffs_vfree(struct vnode *, ino_t, int);  int     ffs_vfree(struct vnode *, ino_t, int);
 int     ffs_checkfreefile(struct fs *, struct vnode *, ino_t);  int     ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
Line 151  void ffs_snapremove(struct vnode *);
Line 153  void ffs_snapremove(struct vnode *);
 int     ffs_snapshot(struct mount *, struct vnode *, struct timespec *);  int     ffs_snapshot(struct mount *, struct vnode *, struct timespec *);
 void    ffs_snapshot_mount(struct mount *);  void    ffs_snapshot_mount(struct mount *);
 void    ffs_snapshot_unmount(struct mount *);  void    ffs_snapshot_unmount(struct mount *);
 void    ffs_snapgone(struct inode *);  void    ffs_snapgone(struct vnode *);
 int     ffs_snapshot_read(struct vnode *, struct uio *, int);  int     ffs_snapshot_read(struct vnode *, struct uio *, int);
   
 /* Write Ahead Physical Block Logging */  /* Write Ahead Physical Block Logging */

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.78.12.2

CVSweb <webmaster@jp.NetBSD.org>