Lines Matching full:need

24  * we don't want to be issuing transactions from, so we need to tell the
29 * the space required, we need to set the current reservation of the ticket to
201 * tail of the log are. We need this log initialisation done before we can
240 * the CIL and we need a CIL commit to occur to free memory.
242 * To avoid this, we need to move the memory allocation outside the
295 * Ordered items need to be tracked but we do not wish to write in xlog_cil_alloc_shadow_bufs()
296 * them. We need a logvec to track the object, but we do not in xlog_cil_alloc_shadow_bufs()
297 * need an iovec or buffer to be allocated for copying data. in xlog_cil_alloc_shadow_bufs()
307 * the next one is naturally aligned. We'll need to account for in xlog_cil_alloc_shadow_bufs()
312 * at this point. Hence we'll need an addition number of bytes in xlog_cil_alloc_shadow_bufs()
330 * if we have no shadow buffer, or it is too small, we need to in xlog_cil_alloc_shadow_bufs()
338 * same reason - we don't need to zero the data area in in xlog_cil_alloc_shadow_bufs()
391 * this CIL context and so we need to pin it. If we are replacing the in xfs_cil_prepare_item()
423 * For delayed logging, we need to hold a formatted buffer containing all the
443 * Hence what we need to do now is change the rewrite the vector array to point
594 * We need to take the CIL checkpoint unit reservation on the first in xlog_cil_insert_items()
605 * Check if we need to steal iclog headers. atomic_read() is not a in xlog_cil_insert_items()
612 * If the CIL is already at the hard limit, we might need more header in xlog_cil_insert_items()
617 * This can steal more than we need, but that's OK. in xlog_cil_insert_items()
648 * If we just transitioned over the soft limit, we need to in xlog_cil_insert_items()
663 * We do this here so we only need to take the CIL lock once during in xlog_cil_insert_items()
790 * The LSN we need to pass to the log items on transaction in xlog_cil_set_ctx_write_state()
973 * need to account for the space used by the transaction header here as it is
1051 * the CIL. We don't need the CIL lock here because it's only needed on the
1054 * If a log item is marked with a whiteout, we do not need to write it to the
1109 * If the current sequence is the same as xc_push_seq we need to do a flush. If
1111 * flushed and we don't need to do anything - the caller will wait for it to
1152 * need to throttle tasks on CIL space overruns. Wake any waiters that in xlog_cil_push_work()
1191 * to detect a push that had nothing to do and therefore does not need in xlog_cil_push_work()
1213 * though - we need to synchronise with previous and future commits so in xlog_cil_push_work()
1225 * Hence we need to add this context to the committing context list so in xlog_cil_push_work()
1249 * begin the transaction. We need to account for the space used by the in xlog_cil_push_work()
1291 * need to wait on iclogs or not. in xlog_cil_push_work()
1301 * iclogs older than ic_prev. Hence we only need to wait in xlog_cil_push_work()
1309 * We need to issue a pre-flush so that the ordering for this in xlog_cil_push_work()
1362 * We need to push CIL every so often so we don't cache more than we can fit in
1388 * If so, we don't need to take the push lock as there's nothing to do. in xlog_cil_push_background()
1405 * Drop the context lock now, we can't hold that if we need to sleep in xlog_cil_push_background()
1443 * If the caller is performing an async push, we need to ensure that the
1448 * mechanism. Hence in this case we need to pass a flag to the push work to
1471 * If this is an async flush request, we always need to set the in xlog_cil_push_now()
1481 * there's no more work that we need to do. in xlog_cil_push_now()
1510 * committed in the current (same) CIL checkpoint, we don't need to write either
1548 * To do this, we need to format the item, pin it in memory if required and
1550 * need to release the unused reservation for the transaction, attach the
1640 * We only need to push if we haven't already pushed the sequence number given.
1663 * check to see if we need to force out the current context. in xlog_cil_force_seq()
1665 * so no need to deal with it here. in xlog_cil_force_seq()
1672 * We need to wait for all previous sequence commits to complete in xlog_cil_force_seq()
1727 * We detected a shutdown in progress. We need to trigger the log force in xlog_cil_force_seq()