Searched refs:tr_fsyncts (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_trans_resv.h | 52 struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */ member
|
D | xfs_trans_resv.c | 885 resp->tr_fsyncts.tr_logres = xfs_calc_swrite_reservation(mp); in xfs_trans_resv_calc()
|
/fs/xfs/ |
D | xfs_aops.c | 136 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize_trans_alloc() 194 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize()
|
D | xfs_iops.c | 1084 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_vn_update_time()
|
D | xfs_super.c | 978 if (xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp)) in xfs_fs_dirty_inode()
|