Home
last modified time | relevance | path

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

/fs/ext4/
Dpage-io.c202 wq = sbi->rsv_conversion_wq; in ext4_add_complete_io()
Dsuper.c986 destroy_workqueue(sbi->rsv_conversion_wq); in ext4_put_super()
4600 EXT4_SB(sb)->rsv_conversion_wq = in ext4_fill_super()
4602 if (!EXT4_SB(sb)->rsv_conversion_wq) { in ext4_fill_super()
4794 if (EXT4_SB(sb)->rsv_conversion_wq) in ext4_fill_super()
4795 destroy_workqueue(EXT4_SB(sb)->rsv_conversion_wq); in ext4_fill_super()
5312 flush_workqueue(sbi->rsv_conversion_wq); in ext4_sync_fs()
Dext4.h1506 struct workqueue_struct *rsv_conversion_wq; member