Searched refs:d_nexts1 (Results 1 – 2 of 2) sorted by relevance
| /fs/xfs/libxfs/ |
| 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() 1088 d_nexts1 += 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() 1127 error = xmi_ensure_delta_nextents(req, req->ip1, d_nexts1); in xfs_exchmaps_estimate()
|
| /fs/xfs/ |
| A D | xfs_trace.h | 5590 TP_PROTO(const struct xfs_exchmaps_req *req, int64_t d_nexts1, 5592 TP_ARGS(req, d_nexts1, d_nexts2), 5599 __field(int64_t, d_nexts1) 5610 __entry->d_nexts1 = d_nexts1; 5617 __entry->d_nexts1, __entry->d_nexts2)
|
Completed in 12 milliseconds