~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/xfs/xfs_trans.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
void            xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
470
470
void            xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
471
471
void            xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
472
 
int             xfs_trans_iget(struct xfs_mount *, xfs_trans_t *,
473
 
                               xfs_ino_t , uint, uint, struct xfs_inode **);
474
472
void            xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
475
473
void            xfs_trans_ijoin_ref(struct xfs_trans *, struct xfs_inode *, uint);
476
474
void            xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *);