Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-io.h86 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add() function
119 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add() function
Dfs-io.c661 ret = bch2_quota_reservation_add(c, inode, in __bchfs_fallocate()
824 return ret ?: bch2_quota_reservation_add(c, inode, res, sectors, true); in quota_reserve_range()
Dfs-io-direct.c512 ret = bch2_quota_reservation_add(c, inode, &dio->quota_res, in bch2_dio_write_loop()
Dfs-io-pagecache.c460 ret = bch2_quota_reservation_add(c, inode, &res->quota, quota_sectors, true); in __bch2_folio_reservation_get()