fd_dma_mem_alloc  102 arch/m68k/include/asm/floppy.h #define fd_dma_mem_alloc(size)	vdma_mem_alloc(size)
fd_dma_mem_alloc  116 arch/mips/include/asm/mach-generic/floppy.h static inline unsigned long fd_dma_mem_alloc(unsigned long size)
fd_dma_mem_alloc  105 arch/mips/include/asm/mach-jazz/floppy.h static inline unsigned long fd_dma_mem_alloc(unsigned long size)
fd_dma_mem_alloc   41 arch/parisc/include/asm/floppy.h #define fd_dma_mem_alloc(size)	SW._dma_mem_alloc(size)
fd_dma_mem_alloc   77 arch/sparc/include/asm/floppy_32.h #define fd_dma_mem_alloc(size)    ((unsigned long) vmalloc(size))
fd_dma_mem_alloc   43 arch/x86/include/asm/floppy.h #define fd_dma_mem_alloc(size)	SW._dma_mem_alloc(size)
fd_dma_mem_alloc  276 drivers/block/floppy.c #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))