[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.63.6.4 and 1.63.6.5

version 1.63.6.4, 2008/09/28 10:41:05 version 1.63.6.5, 2009/01/17 13:29:42
Line 91  int ffs_alloc(struct inode *, daddr_t, d
Line 91  int ffs_alloc(struct inode *, daddr_t, d
                   daddr_t *);                    daddr_t *);
 int     ffs_realloccg(struct inode *, daddr_t, daddr_t, int, int ,  int     ffs_realloccg(struct inode *, daddr_t, daddr_t, int, int ,
                       kauth_cred_t, struct buf **, daddr_t *);                        kauth_cred_t, struct buf **, daddr_t *);
 #if 0  
 int     ffs_reallocblks(void *);  
 #endif  
 int     ffs_valloc(struct vnode *, int, kauth_cred_t, struct vnode **);  int     ffs_valloc(struct vnode *, int, kauth_cred_t, struct vnode **);
 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int, int32_t *);  daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int, int32_t *);
 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int, int64_t *);  daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int, int64_t *);
 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);
 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_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);
 void    ffs_clusteracct(struct fs *, struct cg *, int32_t, int);  void    ffs_clusteracct(struct fs *, struct cg *, int32_t, int);
 int     ffs_checkfreefile(struct fs *, struct vnode *, ino_t);  int     ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
   int     ffs_freefile(struct mount *, ino_t, int);
   int     ffs_freefile_snap(struct fs *, struct vnode *, ino_t, int);
   
 /* ffs_balloc.c */  /* ffs_balloc.c */
 int     ffs_balloc(struct vnode *, off_t, int, kauth_cred_t, int,  int     ffs_balloc(struct vnode *, off_t, int, kauth_cred_t, int,
Line 128  int ffs_fsync(void *);
Line 129  int ffs_fsync(void *);
 int     ffs_reclaim(void *);  int     ffs_reclaim(void *);
 int     ffs_getpages(void *);  int     ffs_getpages(void *);
 void    ffs_gop_size(struct vnode *, off_t, off_t *, int);  void    ffs_gop_size(struct vnode *, off_t, off_t *, int);
 int     ffs_gop_write(struct vnode *, struct vm_page **, int, int);  
 int     ffs_openextattr(void *);  int     ffs_openextattr(void *);
 int     ffs_closeextattr(void *);  int     ffs_closeextattr(void *);
 int     ffs_getextattr(void *);  int     ffs_getextattr(void *);
Line 219  void ffs_cg_swap(struct cg *, struct cg 
Line 219  void ffs_cg_swap(struct cg *, struct cg 
 void    ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);  void    ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
 int     ffs_getblk(struct vnode *, daddr_t, daddr_t, int, bool, buf_t **);  int     ffs_getblk(struct vnode *, daddr_t, daddr_t, int, bool, buf_t **);
 #endif /* defined(_KERNEL) */  #endif /* defined(_KERNEL) */
 int     ffs_freefile(struct fs *, struct vnode *, ino_t, int);  
 void    ffs_fragacct(struct fs *, int, int32_t[], int, int);  void    ffs_fragacct(struct fs *, int, int32_t[], int, int);
 int     ffs_isblock(struct fs *, u_char *, int32_t);  int     ffs_isblock(struct fs *, u_char *, int32_t);
 int     ffs_isfreeblock(struct fs *, u_char *, int32_t);  int     ffs_isfreeblock(struct fs *, u_char *, int32_t);

Legend:
Removed from v.1.63.6.4  
changed lines
  Added in v.1.63.6.5

CVSweb <webmaster@jp.NetBSD.org>