Home
last modified time | relevance | path

Searched refs:mtd_get_unmapped_area (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/romfs/
H A Dmmap-nommu.c54 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in romfs_get_unmapped_area()
/kernel/linux/linux-6.6/fs/romfs/
H A Dmmap-nommu.c54 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in romfs_get_unmapped_area()
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dmtd.h495 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len,
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dmtd.h503 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len,
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdchar.c1156 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in mtdchar_get_unmapped_area()
1180 replaced with something that uses the mtd_get_unmapped_area() in mtdchar_mmap()
H A Dmtdcore.c1210 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len, in mtd_get_unmapped_area() function
1226 EXPORT_SYMBOL_GPL(mtd_get_unmapped_area); variable
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c1459 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len, in mtd_get_unmapped_area() function
1475 EXPORT_SYMBOL_GPL(mtd_get_unmapped_area); variable
H A Dmtdchar.c1362 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in mtdchar_get_unmapped_area()
1386 replaced with something that uses the mtd_get_unmapped_area() in mtdchar_mmap()

Completed in 22 milliseconds