Lines Matching refs:xfs_trans
99 struct xfs_trans;
267 struct xfs_trans *i_transp; /* ptr to owning transaction*/
477 struct xfs_trans *);
479 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
499 int xfs_inotobp(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
501 int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
504 int xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
506 int xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int);
507 int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t, nlink_t,
513 int xfs_ifree(struct xfs_trans *, xfs_inode_t *,
516 int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *,
518 int xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
520 void xfs_igrow_finish(struct xfs_trans *, xfs_inode_t *,