Home
last modified time | relevance | path

Searched refs:tr_clearagi (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_trans_resv.h55 struct xfs_trans_res tr_clearagi; /* clear agi unlinked bucket */ member
Dxfs_trans_resv.c875 resp->tr_clearagi.tr_logres = xfs_calc_clear_agi_bucket_reservation(mp); in xfs_trans_resv_calc()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c3971 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_clearagi, 0, 0); in xlog_recover_clear_agi_bucket()