Searched refs:cp_task (Results 1 – 3 of 3) sorted by relevance
1066 F2FS_I(inode)->cp_task = current; in f2fs_sync_dirty_inodes()1070 F2FS_I(inode)->cp_task = NULL; in f2fs_sync_dirty_inodes()
2218 !F2FS_I(inode)->cp_task) { in __write_data_page()2422 if (F2FS_I(inode)->cp_task) in __should_serialize_io()2505 F2FS_I(inode)->cp_task == current ? in f2fs_write_data_pages()
687 struct task_struct *cp_task; /* separate cp/wb IO stats*/ member