Home
last modified time | relevance | path

Searched defs:map_write (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mtd/
H A Dmap.h448 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) macro
457 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs) macro
/linux/kernel/
H A Duser_namespace.c932 static ssize_t map_write(struct file *file, const char __user *buf, in map_write() function