Home
last modified time | relevance | path

Searched refs:used_space (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dstree.c412 int used_space; in is_leaf() local
432 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih)); in is_leaf()
435 if (used_space != blocksize - blkh_free_space(blkh)) { in is_leaf()
496 int used_space; in is_internal() local
515 used_space = BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1); in is_internal()
516 if (used_space != blocksize - blkh_free_space(blkh)) { in is_internal()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c36 PLPKS_CONFIG_ATTR(used_space, "%u\n", plpks_get_usedspace);
/openbmc/linux/kernel/power/
H A Dsnapshot.c293 unsigned int used_space; /* total size of objects allocated out member
303 ca->used_space = LINKED_PAGE_DATA_SIZE; in chain_init()
312 if (LINKED_PAGE_DATA_SIZE - ca->used_space < size) { in chain_alloc()
322 ca->used_space = 0; in chain_alloc()
324 ret = ca->chain->data + ca->used_space; in chain_alloc()
325 ca->used_space += size; in chain_alloc()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-secvar94 What: /sys/firmware/secvar/config/used_space
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c1007 u32 used_space = (wq->head - wq->tail) * GDMA_WQE_BU_SIZE; in mana_gd_wq_avail_space() local
1010 WARN_ON_ONCE(used_space > wq_size); in mana_gd_wq_avail_space()
1012 return wq_size - used_space; in mana_gd_wq_avail_space()