Searched refs:mtd_get_unmapped_area (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/romfs/ |
H A D | mmap-nommu.c | 54 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in romfs_get_unmapped_area()
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | mmap-nommu.c | 54 ret = mtd_get_unmapped_area(mtd, len, offset, flags); in romfs_get_unmapped_area()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 495 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len,
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | mtd.h | 503 unsigned long mtd_get_unmapped_area(struct mtd_info *mtd, unsigned long len,
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdchar.c | 1156 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 D | mtdcore.c | 1210 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 D | mtdcore.c | 1459 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 D | mtdchar.c | 1362 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