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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h44 struct xfs_trans_res tr_growrtalloc; /* grow realtime allocations */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c982 resp->tr_growrtalloc.tr_logres = xfs_calc_growrtalloc_reservation(mp);
983 resp->tr_growrtalloc.tr_logcount = XFS_DEFAULT_PERM_LOG_COUNT;
984 resp->tr_growrtalloc.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c688 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtalloc, resblks,

Completed in 90 milliseconds