Searched refs:d_nexts2 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.c | 1040 int64_t d_nexts1, d_nexts2; in xfs_exchmaps_estimate() local 1056 d_nexts1 = d_nexts2 = 3; in xfs_exchmaps_estimate() 1091 d_nexts2 += xmi_delta_nextents_step(req->ip1->i_mount, in xfs_exchmaps_estimate() 1122 trace_xfs_exchmaps_delta_nextents(req, d_nexts1, d_nexts2); in xfs_exchmaps_estimate() 1125 d_nexts1 + d_nexts2); in xfs_exchmaps_estimate() 1130 error = xmi_ensure_delta_nextents(req, req->ip2, d_nexts2); in xfs_exchmaps_estimate()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 5540 int64_t d_nexts2), 5541 TP_ARGS(req, d_nexts1, d_nexts2), 5549 __field(int64_t, d_nexts2) 5560 __entry->d_nexts2 = d_nexts2; 5566 __entry->d_nexts1, __entry->d_nexts2)
|