Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dpage-io.c233 wq = sbi->rsv_conversion_wq; in ext4_add_complete_io()
Dsuper.c1215 destroy_workqueue(sbi->rsv_conversion_wq); in ext4_put_super()
5370 EXT4_SB(sb)->rsv_conversion_wq = in __ext4_fill_super()
5372 if (!EXT4_SB(sb)->rsv_conversion_wq) { in __ext4_fill_super()
5581 if (EXT4_SB(sb)->rsv_conversion_wq) in __ext4_fill_super()
5582 destroy_workqueue(EXT4_SB(sb)->rsv_conversion_wq); in __ext4_fill_super()
6202 flush_workqueue(sbi->rsv_conversion_wq); in ext4_sync_fs()
Dext4.h1659 struct workqueue_struct *rsv_conversion_wq; member