Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_cil.c432 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()
433 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()
443 ctx->space_used += len; in xlog_cil_insert_items()
918 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()
947 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) || in xlog_cil_push_background()
950 ASSERT(cil->xc_ctx->space_used < log->l_logsize); in xlog_cil_push_background()
H A Dxfs_log_priv.h238 int space_used; /* aggregate size of regions */ member
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A 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()
H A Dacutils.h250 u8 *buffer, u32 *space_used);
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c1176 static unsigned int space_used(struct prb_data_ring *data_ring, in space_used() function
1433 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve_in_last()
1568 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifspdu.h1568 __u64 space_used; member