Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dpage-io.c223 wq = sbi->rsv_conversion_wq; in ext4_add_complete_io()
Dsuper.c782 flush_workqueue(sbi->rsv_conversion_wq); in ext4_put_super()
783 destroy_workqueue(sbi->rsv_conversion_wq); in ext4_put_super()
4119 EXT4_SB(sb)->rsv_conversion_wq = in ext4_fill_super()
4121 if (!EXT4_SB(sb)->rsv_conversion_wq) { in ext4_fill_super()
4319 if (EXT4_SB(sb)->rsv_conversion_wq) in ext4_fill_super()
4320 destroy_workqueue(EXT4_SB(sb)->rsv_conversion_wq); in ext4_fill_super()
4772 flush_workqueue(sbi->rsv_conversion_wq); in ext4_sync_fs()
Dext4.h1375 struct workqueue_struct *rsv_conversion_wq; member