Lines Matching full:need

25  * we don't want to be issuing transactions from, so we need to tell the
30 * the space required, we need to set the current reservation of the ticket to
196 * tail of the log are. We need this log initialisation done before we can
235 * the CIL and we need a CIL commit to occur to free memory.
237 * To avoid this, we need to move the memory allocation outside the
290 * Ordered items need to be tracked but we do not wish to write in xlog_cil_alloc_shadow_bufs()
291 * them. We need a logvec to track the object, but we do not in xlog_cil_alloc_shadow_bufs()
292 * need an iovec or buffer to be allocated for copying data. in xlog_cil_alloc_shadow_bufs()
302 * the next one is naturally aligned. We'll need to account for in xlog_cil_alloc_shadow_bufs()
307 * at this point. Hence we'll need an addition number of bytes in xlog_cil_alloc_shadow_bufs()
325 * if we have no shadow buffer, or it is too small, we need to in xlog_cil_alloc_shadow_bufs()
333 * same reason - we don't need to zero the data area in in xlog_cil_alloc_shadow_bufs()
386 * this CIL context and so we need to pin it. If we are replacing the in xfs_cil_prepare_item()
418 * For delayed logging, we need to hold a formatted buffer containing all the
438 * Hence what we need to do now is change the rewrite the vector array to point
583 * We need to take the CIL checkpoint unit reservation on the first in xlog_cil_insert_items()
594 * Check if we need to steal iclog headers. atomic_read() is not a in xlog_cil_insert_items()
601 * If the CIL is already at the hard limit, we might need more header in xlog_cil_insert_items()
606 * This can steal more than we need, but that's OK. in xlog_cil_insert_items()
637 * If we just transitioned over the soft limit, we need to in xlog_cil_insert_items()
652 * We do this here so we only need to take the CIL lock once during in xlog_cil_insert_items()
713 * pagb_lock. Note that we need a unbounded workqueue, otherwise we might
845 * The LSN we need to pass to the log items on transaction in xlog_cil_set_ctx_write_state()
1028 * need to account for the space used by the transaction header here as it is
1106 * the CIL. We don't need the CIL lock here because it's only needed on the
1109 * If a log item is marked with a whiteout, we do not need to write it to the
1164 * If the current sequence is the same as xc_push_seq we need to do a flush. If
1166 * flushed and we don't need to do anything - the caller will wait for it to
1207 * need to throttle tasks on CIL space overruns. Wake any waiters that in xlog_cil_push_work()
1246 * to detect a push that had nothing to do and therefore does not need in xlog_cil_push_work()
1268 * though - we need to synchronise with previous and future commits so in xlog_cil_push_work()
1280 * Hence we need to add this context to the committing context list so in xlog_cil_push_work()
1304 * begin the transaction. We need to account for the space used by the in xlog_cil_push_work()
1346 * need to wait on iclogs or not. in xlog_cil_push_work()
1356 * iclogs older than ic_prev. Hence we only need to wait in xlog_cil_push_work()
1364 * We need to issue a pre-flush so that the ordering for this in xlog_cil_push_work()
1417 * We need to push CIL every so often so we don't cache more than we can fit in
1443 * If so, we don't need to take the push lock as there's nothing to do. in xlog_cil_push_background()
1460 * Drop the context lock now, we can't hold that if we need to sleep in xlog_cil_push_background()
1498 * If the caller is performing an async push, we need to ensure that the
1503 * mechanism. Hence in this case we need to pass a flag to the push work to
1526 * If this is an async flush request, we always need to set the in xlog_cil_push_now()
1536 * there's no more work that we need to do. in xlog_cil_push_now()
1565 * committed in the current (same) CIL checkpoint, we don't need to write either
1603 * To do this, we need to format the item, pin it in memory if required and
1605 * need to release the unused reservation for the transaction, attach the
1695 * We only need to push if we haven't already pushed the sequence number given.
1718 * check to see if we need to force out the current context. in xlog_cil_force_seq()
1720 * so no need to deal with it here. in xlog_cil_force_seq()
1727 * We need to wait for all previous sequence commits to complete in xlog_cil_force_seq()
1782 * We detected a shutdown in progress. We need to trigger the log force in xlog_cil_force_seq()