Commitment
virtual off_t Commitment() const;
return sizeof(VMForVnodeCache) + fCache->Commitment();
virtual off_t Commitment() const;
virtual off_t Commitment() const;
if (Commitment() < commitment) {
fOldCommitment(cache->Commitment()),
if (areaCommit < area->cache->Commitment()) {
area->cache->Commitment() - areaCommit);
cache->Commit(cache->Commitment() + commitmentChange, VM_PRIORITY_USER);
const off_t lowerOldCommitment = lowerCache->Commitment(),
lowerCache->TakeCommitmentFrom(upperCache, upperCache->Commitment());
off_t newCommitment = topCache->Commitment() + commitmentChange;
if (cache->Commitment() > (off_t)steal) {
info.committed += cache->Commitment();
kprintf(", committed: %" B_PRIdOFF, cache->Commitment());