Home
last modified time | relevance | path

Searched refs:space_used (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_log_cil.c468 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()
469 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()
479 ctx->space_used += len; in xlog_cil_insert_items()
1146 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()
1175 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) || in xlog_cil_push_background()
1178 ASSERT(cil->xc_ctx->space_used < log->l_logsize); in xlog_cil_push_background()
Dxfs_log_priv.h246 int space_used; /* aggregate size of regions */ member
/Linux-v5.15/drivers/acpi/acpica/
Dutcopy.c32 u8 *buffer, acpi_size *space_used);
300 u8 *buffer, acpi_size *space_used) in acpi_ut_copy_ipackage_to_epackage() argument
340 *space_used = info.length; in acpi_ut_copy_ipackage_to_epackage()
Dacutils.h251 u8 *buffer, u32 *space_used);
/Linux-v5.15/kernel/printk/
Dprintk_ringbuffer.c1172 static unsigned int space_used(struct prb_data_ring *data_ring, in space_used() function
1429 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve_in_last()
1560 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve()
/Linux-v5.15/fs/cifs/
Dcifspdu.h1530 __u64 space_used; member