Home
last modified time | relevance | path

Searched refs:_xfs_trans_alloc (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_trans.h450 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
Dxfs_trans.c581 return _xfs_trans_alloc(mp, type, KM_SLEEP); in xfs_trans_alloc()
585 _xfs_trans_alloc( in _xfs_trans_alloc() function
Dxfs_iomap.c685 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
Dxfs_fsops.c653 tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP); in xfs_fs_log_dummy()
Dxfs_mount.c1577 tp = _xfs_trans_alloc(mp, XFS_TRANS_SB_COUNT, KM_SLEEP); in xfs_log_sbcount()