Home
last modified time | relevance | path

Searched refs:dirty_fs_thresh (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c132 hwb->dirty_fs_thresh = DIV_ROUND_UP(hwb->dirty_fs_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
140 hwb->dirty_fs_thresh); in hmdfs_calculate_dirty_thresh()
144 hwb->dirty_fs_thresh); in hmdfs_calculate_dirty_thresh()
151 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
206 if (thresh >= hwb->dirty_fs_thresh) { in hmdfs_update_dirty_limit()
207 hdtc->fs_thresh = hwb->dirty_fs_thresh; in hmdfs_update_dirty_limit()
478 hwb->bw_fs_thresh = hwb->dirty_fs_thresh; in hmdfs_init_writeback()
H A Dclient_writeback.h79 unsigned long dirty_fs_thresh; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c156 hwb->dirty_fs_thresh = DIV_ROUND_UP(hwb->dirty_fs_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
164 hwb->dirty_fs_thresh); in hmdfs_calculate_dirty_thresh()
168 hwb->dirty_fs_thresh); in hmdfs_calculate_dirty_thresh()
175 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
230 if (thresh >= hwb->dirty_fs_thresh) { in hmdfs_update_dirty_limit()
231 hdtc->fs_thresh = hwb->dirty_fs_thresh; in hmdfs_update_dirty_limit()
502 hwb->bw_fs_thresh = hwb->dirty_fs_thresh; in hmdfs_init_writeback()
H A Dclient_writeback.h79 unsigned long dirty_fs_thresh; member

Completed in 3 milliseconds