Home
last modified time | relevance | path

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

/linux-3.4.99/fs/logfs/
Dgc.c403 super->s_free_bytes); in __logfs_gc_once()
624 + LOGFS_MAX_OBJECTSIZE >= super->s_free_bytes) in logfs_gc_pass()
Djournal.c47 super->s_free_bytes = free; in logfs_calc_free()
472 super->s_free_bytes -= shadow->new_len; in account_shadow()
477 super->s_free_bytes += shadow->old_len; in account_shadow()
Dsuper.c105 stats->f_bfree = super->s_free_bytes >> sb->s_blocksize_bits; in logfs_statfs()
106 stats->f_bavail = super->s_free_bytes >> sb->s_blocksize_bits; in logfs_statfs()
Dlogfs.h425 u64 s_free_bytes; member
Dreadwrite.c1085 u64 available = super->s_free_bytes + super->s_dirty_free_bytes in logfs_reserve_bytes()