Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.h69 unsigned long dirty_file_bg_bytes; member
H A Dclient_writeback.c137 DIV_ROUND_UP(hwb->dirty_file_bg_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
472 hwb->dirty_file_bg_bytes = HMDFS_FILE_BG_WB_BYTES; in hmdfs_init_writeback()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.h69 unsigned long dirty_file_bg_bytes; member
H A Dclient_writeback.c161 DIV_ROUND_UP(hwb->dirty_file_bg_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
496 hwb->dirty_file_bg_bytes = HMDFS_FILE_BG_WB_BYTES; in hmdfs_init_writeback()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c523 sbi->h_wb->dirty_file_bg_bytes); in sbi_dirty_file_background_bytes_show()
548 sbi->h_wb->dirty_file_bg_bytes = file_background_bytes; in sbi_dirty_file_background_bytes_store()
577 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_fs_background_bytes_store()
578 min(sbi->h_wb->dirty_file_bg_bytes, fs_background_bytes); in sbi_dirty_fs_background_bytes_store()
619 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_file_bytes_store()
620 min(sbi->h_wb->dirty_file_bg_bytes, file_bytes); in sbi_dirty_file_bytes_store()
651 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_fs_bytes_store()
652 min(sbi->h_wb->dirty_file_bg_bytes, fs_bytes); in sbi_dirty_fs_bytes_store()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.c523 sbi->h_wb->dirty_file_bg_bytes); in sbi_dirty_file_background_bytes_show()
548 sbi->h_wb->dirty_file_bg_bytes = file_background_bytes; in sbi_dirty_file_background_bytes_store()
577 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_fs_background_bytes_store()
578 min(sbi->h_wb->dirty_file_bg_bytes, fs_background_bytes); in sbi_dirty_fs_background_bytes_store()
619 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_file_bytes_store()
620 min(sbi->h_wb->dirty_file_bg_bytes, file_bytes); in sbi_dirty_file_bytes_store()
651 sbi->h_wb->dirty_file_bg_bytes = in sbi_dirty_fs_bytes_store()
652 min(sbi->h_wb->dirty_file_bg_bytes, fs_bytes); in sbi_dirty_fs_bytes_store()

Completed in 7 milliseconds