Home
last modified time | relevance | path

Searched refs:d_nexts2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c1038 int64_t d_nexts1, d_nexts2; in xfs_exchmaps_estimate() local
1054 d_nexts1 = d_nexts2 = 3; in xfs_exchmaps_estimate()
1089 d_nexts2 += xmi_delta_nextents_step(req->ip1->i_mount, in xfs_exchmaps_estimate()
1120 trace_xfs_exchmaps_delta_nextents(req, d_nexts1, d_nexts2); in xfs_exchmaps_estimate()
1123 d_nexts1 + d_nexts2); in xfs_exchmaps_estimate()
1128 error = xmi_ensure_delta_nextents(req, req->ip2, d_nexts2); in xfs_exchmaps_estimate()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h5212 int64_t d_nexts2),
5213 TP_ARGS(req, d_nexts1, d_nexts2),
5221 __field(int64_t, d_nexts2)
5232 __entry->d_nexts2 = d_nexts2;
5238 __entry->d_nexts1, __entry->d_nexts2)