Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-io.c303 bch2_i_sectors_acct(c, inode, NULL, i_sectors_delta); in __bch2_truncate_folio()
465 bch2_i_sectors_acct(c, inode, NULL, i_sectors_delta); in bchfs_truncate()
522 bch2_i_sectors_acct(c, inode, NULL, i_sectors_delta); in bchfs_fpunch()
569 bch2_i_sectors_acct(c, inode, NULL, i_sectors_delta); in bchfs_fcollapse_finsert()
673 bch2_i_sectors_acct(c, inode, &quota_res, i_sectors_delta); in __bchfs_fallocate()
695 bch2_i_sectors_acct(c, inode, &quota_res, i_sectors_delta); in __bchfs_fallocate()
893 bch2_i_sectors_acct(c, dst, &quota_res, i_sectors_delta); in bch2_remap_file_range()
Dfs-io.h133 static inline void bch2_i_sectors_acct(struct bch_fs *c, struct bch_inode_info *inode, in bch2_i_sectors_acct() function
Dfs-io-pagecache.c348 bch2_i_sectors_acct(c, inode, NULL, i_sectors_delta); in bch2_mark_pagecache_reserved()
513 bch2_i_sectors_acct(c, inode, NULL, dirty_sectors); in bch2_clear_folio_bits()
556 bch2_i_sectors_acct(c, inode, &res->quota, dirty_sectors); in bch2_set_folio_dirty()
Dfs-io-buffered.c432 bch2_i_sectors_acct(c, io->inode, NULL, io->op.i_sectors_delta); in bch2_writepage_io_done()