Searched defs:map_write (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | map.h | 446 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) macro 455 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs) macro
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | map.h | 446 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) macro 455 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs) macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | user_namespace.c | 899 static ssize_t map_write(struct file *file, const char __user *buf, in map_write() function
|
/kernel/linux/linux-6.6/kernel/ |
H A D | user_namespace.c | 920 static ssize_t map_write(struct file *file, const char __user *buf, in map_write() function
|
Completed in 6 milliseconds