Searched refs:cp_task (Results 1 – 3 of 3) sorted by relevance
1090 F2FS_I(inode)->cp_task = current; in f2fs_sync_dirty_inodes()1094 F2FS_I(inode)->cp_task = NULL; in f2fs_sync_dirty_inodes()
2862 !F2FS_I(inode)->cp_task && allow_balance) in f2fs_write_single_data_page()3160 if (F2FS_I(inode)->cp_task) in __should_serialize_io()3251 F2FS_I(inode)->cp_task == current ? in f2fs_write_data_pages()
746 struct task_struct *cp_task; /* separate cp/wb IO stats*/ member