io_list           124 drivers/md/raid5-ppl.c 	struct list_head io_list;	/* all io_units of this log */
io_list           292 drivers/md/raid5-ppl.c 		list_add_tail(&io->log_sibling, &log->io_list);
io_list           521 drivers/md/raid5-ppl.c 	io = list_first_entry_or_null(&log->io_list, struct ppl_io_unit,
io_list           667 drivers/md/raid5-ppl.c 	io = list_first_entry_or_null(&log->io_list, struct ppl_io_unit,
io_list          1422 drivers/md/raid5-ppl.c 		INIT_LIST_HEAD(&log->io_list);
io_list           928 fs/btrfs/block-group.c 	if (!list_empty(&block_group->io_list)) {
io_list           929 fs/btrfs/block-group.c 		list_del_init(&block_group->io_list);
io_list          1040 fs/btrfs/block-group.c 	WARN_ON(!list_empty(&block_group->io_list));
io_list          1629 fs/btrfs/block-group.c 	INIT_LIST_HEAD(&cache->io_list);
io_list          2394 fs/btrfs/block-group.c 		if (!list_empty(&cache->io_list)) {
io_list          2395 fs/btrfs/block-group.c 			list_del_init(&cache->io_list);
io_list          2429 fs/btrfs/block-group.c 				list_add_tail(&cache->io_list, io);
io_list          2550 fs/btrfs/block-group.c 		if (!list_empty(&cache->io_list)) {
io_list          2552 fs/btrfs/block-group.c 			list_del_init(&cache->io_list);
io_list          2578 fs/btrfs/block-group.c 				list_add_tail(&cache->io_list, io);
io_list          2625 fs/btrfs/block-group.c 					 io_list);
io_list          2626 fs/btrfs/block-group.c 		list_del_init(&cache->io_list);
io_list          3143 fs/btrfs/block-group.c 		ASSERT(list_empty(&block_group->io_list));
io_list           122 fs/btrfs/block-group.h 	struct list_head io_list;
io_list          4487 fs/btrfs/disk-io.c 		if (!list_empty(&cache->io_list)) {
io_list          4489 fs/btrfs/disk-io.c 			list_del_init(&cache->io_list);
io_list          4513 fs/btrfs/disk-io.c 					 io_list);
io_list          4515 fs/btrfs/disk-io.c 		list_del_init(&cache->io_list);
io_list           243 fs/btrfs/free-space-cache.c 		if (!list_empty(&block_group->io_list)) {
io_list           244 fs/btrfs/free-space-cache.c 			list_del_init(&block_group->io_list);
io_list           613 fs/f2fs/data.c 		if (list_empty(&io->io_list)) {
io_list           617 fs/f2fs/data.c 		fio = list_first_entry(&io->io_list,
io_list          1080 fs/f2fs/f2fs.h 	struct list_head io_list;	/* track fios */
io_list          3138 fs/f2fs/segment.c 		list_add_tail(&fio->list, &io->io_list);
io_list          3336 fs/f2fs/super.c 			INIT_LIST_HEAD(&sbi->write_io[i][j].io_list);
io_list           278 fs/xfs/xfs_aops.c 	list_replace_init(&ioend->io_list, &ioend_list);
io_list           283 fs/xfs/xfs_aops.c 				io_list);
io_list           284 fs/xfs/xfs_aops.c 		list_del_init(&ioend->io_list);
io_list           340 fs/xfs/xfs_aops.c 				io_list);
io_list           343 fs/xfs/xfs_aops.c 		list_move_tail(&next_ioend->io_list, &ioend->io_list);
io_list           360 fs/xfs/xfs_aops.c 	ia = container_of(a, struct xfs_ioend, io_list);
io_list           361 fs/xfs/xfs_aops.c 	ib = container_of(b, struct xfs_ioend, io_list);
io_list           389 fs/xfs/xfs_aops.c 				io_list);
io_list           390 fs/xfs/xfs_aops.c 		list_del_init(&ioend->io_list);
io_list           412 fs/xfs/xfs_aops.c 		list_add_tail(&ioend->io_list, &ip->i_ioend_list);
io_list           714 fs/xfs/xfs_aops.c 	INIT_LIST_HEAD(&ioend->io_list);
io_list           781 fs/xfs/xfs_aops.c 			list_add(&wpc->ioend->io_list, iolist);
io_list           951 fs/xfs/xfs_aops.c 	list_for_each_entry_safe(ioend, next, &submit_list, io_list) {
io_list           954 fs/xfs/xfs_aops.c 		list_del_init(&ioend->io_list);
io_list            15 fs/xfs/xfs_aops.h 	struct list_head	io_list;	/* next ioend in chain */