Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_trans_resv.h63 struct xfs_trans_res tr_sb; /* modify superblock */ member
Dxfs_trans_resv.c866 resp->tr_sb.tr_logres = xfs_calc_sb_reservation(mp); in xfs_trans_resv_calc()
867 resp->tr_sb.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
Dxfs_sb.c793 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_sb, 0, 0); in xfs_sync_sb()