Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.h75 unsigned long dirty_file_bytes; member
H A Dclient_writeback.c133 hwb->dirty_file_thresh = DIV_ROUND_UP(hwb->dirty_file_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
474 hwb->dirty_file_bytes = HMDFS_FILE_WB_BYTES; in hmdfs_init_writeback()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.h75 unsigned long dirty_file_bytes; member
H A Dclient_writeback.c157 hwb->dirty_file_thresh = DIV_ROUND_UP(hwb->dirty_file_bytes, PAGE_SIZE); in hmdfs_calculate_dirty_thresh()
498 hwb->dirty_file_bytes = HMDFS_FILE_WB_BYTES; in hmdfs_init_writeback()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c545 sbi->h_wb->dirty_file_bytes = in sbi_dirty_file_background_bytes_store()
546 max(sbi->h_wb->dirty_file_bytes, file_background_bytes); in sbi_dirty_file_background_bytes_store()
602 return snprintf(buf, PAGE_SIZE, "%lu\n", sbi->h_wb->dirty_file_bytes); in sbi_dirty_file_bytes_show()
623 sbi->h_wb->dirty_file_bytes = file_bytes; in sbi_dirty_file_bytes_store()
653 sbi->h_wb->dirty_file_bytes = in sbi_dirty_fs_bytes_store()
654 min(sbi->h_wb->dirty_file_bytes, fs_bytes); in sbi_dirty_fs_bytes_store()
665 __ATTR(dirty_file_bytes, 0644, sbi_dirty_file_bytes_show,
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.c545 sbi->h_wb->dirty_file_bytes = in sbi_dirty_file_background_bytes_store()
546 max(sbi->h_wb->dirty_file_bytes, file_background_bytes); in sbi_dirty_file_background_bytes_store()
602 return snprintf(buf, PAGE_SIZE, "%lu\n", sbi->h_wb->dirty_file_bytes); in sbi_dirty_file_bytes_show()
623 sbi->h_wb->dirty_file_bytes = file_bytes; in sbi_dirty_file_bytes_store()
653 sbi->h_wb->dirty_file_bytes = in sbi_dirty_fs_bytes_store()
654 min(sbi->h_wb->dirty_file_bytes, fs_bytes); in sbi_dirty_fs_bytes_store()
665 __ATTR(dirty_file_bytes, 0644, sbi_dirty_file_bytes_show,

Completed in 8 milliseconds