Home
last modified time | relevance | path

Searched refs:b_attached (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dbacking-dev-defs.h162 struct list_head b_attached; /* attached inodes, protected by list_lock */ member
/linux-5.19.10/mm/
Dbacking-dev.c408 WARN_ON_ONCE(!list_empty(&wb->b_attached)); in cgwb_release_workfn()
484 INIT_LIST_HEAD(&wb->b_attached); in cgwb_create()
/linux-5.19.10/fs/
Dfs-writeback.c286 list_move(&inode->i_io_list, &wb->b_attached); in inode_cgwb_move_to_attached()
648 list_for_each_entry(inode, &wb->b_attached, i_io_list) { in cleanup_offline_cgwb()