Searched refs:_xfs_trans_alloc (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_trans.h | 450 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
|
D | xfs_trans.c | 581 return _xfs_trans_alloc(mp, type, KM_SLEEP); in xfs_trans_alloc() 585 _xfs_trans_alloc( in _xfs_trans_alloc() function
|
D | xfs_iomap.c | 685 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
|
D | xfs_fsops.c | 653 tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP); in xfs_fs_log_dummy()
|
D | xfs_mount.c | 1577 tp = _xfs_trans_alloc(mp, XFS_TRANS_SB_COUNT, KM_SLEEP); in xfs_log_sbcount()
|