fsync_node_list  1219 fs/f2fs/f2fs.h 	struct list_head fsync_node_list;	/* node list head */
fsync_node_list   295 fs/f2fs/node.c 	INIT_LIST_HEAD(&sbi->fsync_node_list);
fsync_node_list   314 fs/f2fs/node.c 	list_add_tail(&fn->list, &sbi->fsync_node_list);
fsync_node_list   329 fs/f2fs/node.c 	list_for_each_entry(fn, &sbi->fsync_node_list, list) {
fsync_node_list  1934 fs/f2fs/node.c 	struct list_head *head = &sbi->fsync_node_list;