Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-io-pagecache.c410 unsigned i, disk_sectors = 0, quota_sectors = 0; in __bch2_folio_reservation_get() local
424 quota_sectors += s->s[i].state == SECTOR_unallocated; in __bch2_folio_reservation_get()
434 disk_sectors = quota_sectors = 0; in __bch2_folio_reservation_get()
454 quota_sectors += s->s[i].state == SECTOR_unallocated; in __bch2_folio_reservation_get()
459 if (quota_sectors) { in __bch2_folio_reservation_get()
460 ret = bch2_quota_reservation_add(c, inode, &res->quota, quota_sectors, true); in __bch2_folio_reservation_get()