Home
last modified time | relevance | path

Searched refs:tr_itruncate (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_mount.h23 uint tr_itruncate; /* truncate trans */ member
Dxfs_trans.h234 #define XFS_ITRUNCATE_LOG_RES(mp) ((mp)->m_reservations.tr_itruncate)
Dxfs_trans.c545 resp->tr_itruncate = xfs_calc_itruncate_reservation(mp); in xfs_trans_init()