Searched refs:wbc_account_cgroup_owner (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/include/linux/ |
D | writeback.h | 215 void wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, 321 static inline void wbc_account_cgroup_owner(struct writeback_control *wbc, in wbc_account_cgroup_owner() function
|
/Linux-v6.1/fs/ |
D | mpage.c | 599 wbc_account_cgroup_owner(wbc, page, PAGE_SIZE); in __mpage_writepage()
|
D | fs-writeback.c | 857 void wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, in wbc_account_cgroup_owner() function 895 EXPORT_SYMBOL_GPL(wbc_account_cgroup_owner);
|
D | buffer.c | 2699 wbc_account_cgroup_owner(wbc, bh->b_page, bh->b_size); in submit_bh_wbc()
|
/Linux-v6.1/fs/ext4/ |
D | page-io.c | 427 wbc_account_cgroup_owner(io->io_wbc, page, bh->b_size); in io_submit_add_bh()
|
/Linux-v6.1/fs/f2fs/ |
D | data.c | 729 wbc_account_cgroup_owner(fio->io_wbc, page, PAGE_SIZE); in f2fs_submit_page_bio() 936 wbc_account_cgroup_owner(fio->io_wbc, page, PAGE_SIZE); in f2fs_merge_page_bio() 1010 wbc_account_cgroup_owner(fio->io_wbc, bio_page, PAGE_SIZE); in f2fs_submit_page_write()
|
/Linux-v6.1/fs/iomap/ |
D | buffered-io.c | 1317 wbc_account_cgroup_owner(wbc, &folio->page, len); in iomap_add_to_ioend()
|
/Linux-v6.1/fs/btrfs/ |
D | extent_io.c | 1611 wbc_account_cgroup_owner(wbc, page, added); in submit_extent_page()
|
D | inode.c | 1593 wbc_account_cgroup_owner(wbc, locked_page, in cow_file_range_async()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2687 wbc_account_cgroup_owner(@wbc, @page, @bytes)
|