Searched refs:tr_growdata (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h33 struct xfs_trans_res tr_growdata; /* fs data section grow trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c1002 resp->tr_growdata.tr_logres = xfs_calc_growdata_reservation(mp);
1003 resp->tr_growdata.tr_logcount = XFS_DEFAULT_PERM_LOG_COUNT;
1004 resp->tr_growdata.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_fsops.c153 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata,
157 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, -delta, 0,
274 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata,

Completed in 111 milliseconds