Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.h155 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
Dxfs_trans.c65 tp = _xfs_trans_alloc(mp, type, KM_SLEEP); in xfs_trans_alloc()
71 _xfs_trans_alloc( in _xfs_trans_alloc() function
Dxfs_iomap.c851 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_sb.c792 tp = _xfs_trans_alloc(mp, XFS_TRANS_SB_CHANGE, KM_SLEEP); in xfs_sync_sb()