Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
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()
/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c259 unsigned int used_space; /* total size of objects allocated out member
269 ca->used_space = LINKED_PAGE_DATA_SIZE; in chain_init()
278 if (LINKED_PAGE_DATA_SIZE - ca->used_space < size) { in chain_alloc()
288 ca->used_space = 0; in chain_alloc()
290 ret = ca->chain->data + ca->used_space; in chain_alloc()
291 ca->used_space += size; in chain_alloc()