Searched refs:tr_fsyncts (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_trans_resv.h | 50 struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */ member
|
| H A D | xfs_trans_resv.c | 1374 resp->tr_fsyncts.tr_logres = xfs_calc_swrite_reservation(mp); in xfs_trans_resv_calc()
|
| /linux/fs/xfs/ |
| H A D | xfs_iops.c | 1216 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_vn_update_time() 1238 if (xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp)) in xfs_vn_sync_lazytime()
|
| H A D | xfs_aops.c | 61 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize()
|