Home
last modified time | relevance | path

Searched refs:new_wb_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c485 * @new_wb_id: ID of the new wb
487 * Switch @inode's wb association to the wb identified by @new_wb_id. The
490 static void inode_switch_wbs(struct inode *inode, int new_wb_id) in inode_switch_wbs() argument
512 memcg_css = css_from_id(new_wb_id, &memory_cgrp_subsys); in inode_switch_wbs()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c555 * @new_wb_id: ID of the new wb
557 * Switch @inode's wb association to the wb identified by @new_wb_id. The
560 static void inode_switch_wbs(struct inode *inode, int new_wb_id) in inode_switch_wbs() argument
582 memcg_css = css_from_id(new_wb_id, &memory_cgrp_subsys); in inode_switch_wbs()

Completed in 7 milliseconds