Home
last modified time | relevance | path

Searched refs:dirty_auto_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c156 if (!hwb->dirty_auto_threshold) in hmdfs_init_dirty_limit()
188 if (!hwb->dirty_auto_threshold) in hmdfs_update_dirty_limit()
345 * If dirty_auto_threshold is enabled, recalculate writeback in hmdfs_balance_dirty_pages()
352 if (hwb->dirty_auto_threshold && in hmdfs_balance_dirty_pages()
483 hwb->dirty_auto_threshold = true; in hmdfs_init_writeback()
H A Dclient_writeback.h92 bool dirty_auto_threshold; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c180 if (!hwb->dirty_auto_threshold) in hmdfs_init_dirty_limit()
212 if (!hwb->dirty_auto_threshold) in hmdfs_update_dirty_limit()
369 * If dirty_auto_threshold is enabled, recalculate writeback in hmdfs_balance_dirty_pages()
376 if (hwb->dirty_auto_threshold && in hmdfs_balance_dirty_pages()
507 hwb->dirty_auto_threshold = true; in hmdfs_init_writeback()
H A Dclient_writeback.h92 bool dirty_auto_threshold; member
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c748 sbi->h_wb->dirty_auto_threshold); in sbi_dirty_writeback_autothresh_show()
757 bool dirty_auto_threshold = false; in sbi_dirty_writeback_autothresh_store() local
760 err = kstrtobool(buf, &dirty_auto_threshold); in sbi_dirty_writeback_autothresh_store()
764 sbi->h_wb->dirty_auto_threshold = dirty_auto_threshold; in sbi_dirty_writeback_autothresh_store()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.c748 sbi->h_wb->dirty_auto_threshold); in sbi_dirty_writeback_autothresh_show()
757 bool dirty_auto_threshold = false; in sbi_dirty_writeback_autothresh_store() local
760 err = kstrtobool(buf, &dirty_auto_threshold); in sbi_dirty_writeback_autothresh_store()
764 sbi->h_wb->dirty_auto_threshold = dirty_auto_threshold; in sbi_dirty_writeback_autothresh_store()

Completed in 9 milliseconds