Searched refs:mtd_get_unmapped_area (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/romfs/ |
D | mmap-nommu.c | 58 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in romfs_get_unmapped_area()
|
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 261 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len,
|
/linux-4.4.14/drivers/mtd/ |
D | mtdcore.c | 901 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len, in mtd_get_unmapped_area() function 910 EXPORT_SYMBOL_GPL(mtd_get_unmapped_area);
|
D | mtdconcat.c | 666 return mtd_get_unmapped_area(subdev, len, offset, flags); in concat_get_unmapped_area()
|
D | mtdchar.c | 1111 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in mtdchar_get_unmapped_area()
|