tr_fsyncts        885 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_fsyncts.tr_logres = xfs_calc_swrite_reservation(mp);
tr_fsyncts         52 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_fsyncts;	/* update timestamps on fsync */
tr_fsyncts        136 fs/xfs/xfs_aops.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
tr_fsyncts        194 fs/xfs/xfs_aops.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
tr_fsyncts       1084 fs/xfs/xfs_iops.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
tr_fsyncts        978 fs/xfs/xfs_super.c 	if (xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp))