Searched refs:tr_fsyncts (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h50 struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c1008 resp->tr_fsyncts.tr_logres = xfs_calc_swrite_reservation(mp);
/linux-master/fs/xfs/
H A Dxfs_aops.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
H A Dxfs_iops.c1058 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
H A Dxfs_super.c689 if (xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp))

Completed in 140 milliseconds