Home
last modified time | relevance | path

Searched refs:end_res (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c33 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations() local
37 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
38 for (i = 0; res < end_res; i++, res++) in xfs_trans_trace_reservations()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c36 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations() local
40 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
41 for (i = 0; res < end_res; i++, res++) in xfs_trans_trace_reservations()

Completed in 3 milliseconds