Searched refs:bch2_quota_reservation_add (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | fs-io.h | 86 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
|
D | fs-io.c | 661 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()
|
D | fs-io-direct.c | 512 ret = bch2_quota_reservation_add(c, inode, &dio->quota_res, in bch2_dio_write_loop()
|
D | fs-io-pagecache.c | 460 ret = bch2_quota_reservation_add(c, inode, &res->quota, quota_sectors, true); in __bch2_folio_reservation_get()
|