Searched refs:committing (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/nfs/
H A Dpnfs_nfs.c65 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) {
111 INIT_LIST_HEAD(&b->committing);
238 * @bucket->committing.
246 struct list_head *dst = &bucket->committing;
274 /* Move reqs from written to committing lists, returning count
328 /* Pull everything off the committing lists and dump into @dst. */
369 list_for_each_entry(req, &b->committing, wb_list) {
409 list_for_each(pos, &bucket->committing)
411 list_splice_init(&bucket->committing, head);
440 if (list_empty(&bucket->committing))
[all...]
/linux-master/drivers/md/dm-vdo/
H A Drecovery-journal.h132 bool committing; member in struct:recovery_journal_block
135 /* The total number of uncommitted entries (queued or committing) */
H A Drecovery-journal.c1046 if (!block->committing)
1110 * committing, we'll queue it for writing when it comes back.
1214 if (block->committing)
1239 if (block->committing) {
1240 /* Don't recycle committing blocks. */
1277 block->committing = false;
1375 if (block->committing || !vdo_waitq_has_waiters(&block->entry_waiters) ||
1390 block->committing = true;
1724 (block->committing ? "committing"
[all...]
/linux-master/fs/xfs/
H A Dxfs_log_cil.c104 INIT_LIST_HEAD(&ctx->committing);
244 * up a TOCTOU race condition w.r.t. the CIL committing and removing the log
744 list_del(&ctx->committing);
863 list_for_each_entry(ctx, &cil->xc_committing, committing) {
1160 * the hard push throttle may have caught so they can start committing
1189 * We are now going to push this context, so add it to the committing
1195 * the current sequence not being found on the committing list;
1199 * waiting on. If the CIL is not empty, we get put on the committing
1205 * committing list or the sequence number will be unchanged and the CIL
1208 * committing lis
[all...]
H A Dxfs_log_priv.h232 struct list_head committing; /* ctx committing list */ member in struct:xfs_cil_ctx
260 * This structure tracks the list of committing checkpoint contexts so
263 * traverse the list of committing contexts in xlog_cil_push_lsn() to find a
265 * checkpoint is still in the process of committing, we can block waiting for
358 * new threshold at which we block committing transactions until the background
360 * limit, it forces the process committing a transaction to the CIL to block and
/linux-master/kernel/trace/
H A Dring_buffer.c472 local_t committing; member in struct:ring_buffer_per_cpu
666 nest = local_read(&cpu_buffer->committing);
2695 /* rb_end_commit() decs committing */
2696 local_inc(&cpu_buffer->committing);
2816 unsigned int nest = local_read(&cpu_buffer->committing) - 1;
2937 local_inc(&cpu_buffer->committing);
3003 !local_read(&cpu_buffer->committing)))
3010 if (local_read(&cpu_buffer->committing) == 1)
3013 local_dec(&cpu_buffer->committing);
3021 * committing counte
[all...]
/linux-master/fs/btrfs/
H A Dqgroup.c1241 * Set quota enabled flag after committing the transaction, to avoid
1886 * So qgroup can account it at transaction committing time.
1937 * committing time with TRANS_STATE_COMMIT_DOING, this blocks incoming
1952 * transaction committing, but not now as qgroup accounting will be wrong again.
3210 bool committing = false; local
3240 committing = true;
3243 if (!committing)
3444 if (!committing)
3918 * To solve this, we're committing the transaction, which will
4548 * Gets called when committing on
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h1295 struct list_head committing; member in struct:pnfs_commit_bucket

Completed in 274 milliseconds