Searched refs:cp_task (Results 1 – 3 of 3) sorted by relevance
1075 F2FS_I(inode)->cp_task = current; in f2fs_sync_dirty_inodes()1079 F2FS_I(inode)->cp_task = NULL; in f2fs_sync_dirty_inodes()
2862 !F2FS_I(inode)->cp_task) in f2fs_write_single_data_page()3159 if (F2FS_I(inode)->cp_task) in __should_serialize_io()3250 F2FS_I(inode)->cp_task == current ? in f2fs_write_data_pages()
778 struct task_struct *cp_task; /* separate cp/wb IO stats*/ member