alloc_io_context  126 block/blk-ioc.c 	ret = alloc_io_context(gfp_flags, node);
alloc_io_context   51 fs/ioprio.c    		ioc = alloc_io_context(GFP_ATOMIC, -1);
alloc_io_context  106 include/linux/iocontext.h struct io_context *alloc_io_context(gfp_t gfp_flags, int node);
alloc_io_context  729 kernel/fork.c  		tsk->io_context = alloc_io_context(GFP_KERNEL, -1);