• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/

Lines Matching refs:xfs_trans_t

428 } xfs_trans_t;
452 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
453 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
454 xfs_trans_t *xfs_trans_dup(xfs_trans_t *);
455 int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
457 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
458 struct xfs_buf *xfs_trans_get_buf(xfs_trans_t *, struct xfs_buftarg *, xfs_daddr_t,
460 int xfs_trans_read_buf(struct xfs_mount *, xfs_trans_t *,
463 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
465 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
466 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
467 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
468 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
469 void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
470 void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
471 void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
472 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
473 void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
474 int xfs_trans_iget(struct xfs_mount *, xfs_trans_t *,
478 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
479 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
480 struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
482 void xfs_trans_log_efi_extent(xfs_trans_t *,
486 struct xfs_efd_log_item *xfs_trans_get_efd(xfs_trans_t *,
489 void xfs_trans_log_efd_extent(xfs_trans_t *,
493 int _xfs_trans_commit(xfs_trans_t *,
497 void xfs_trans_cancel(xfs_trans_t *, int);