Home
last modified time | relevance | path

Searched refs:ubuf (Results 1 – 2 of 2) sorted by relevance

/lib/
Dbitmap.c438 const char __user __force *ubuf = (const char __user __force *)buf; in __bitmap_parse() local
450 if (__get_user(c, ubuf++)) in __bitmap_parse()
517 int bitmap_parse_user(const char __user *ubuf, in bitmap_parse_user() argument
521 if (!access_ok(VERIFY_READ, ubuf, ulen)) in bitmap_parse_user()
523 return __bitmap_parse((const char __force *)ubuf, in bitmap_parse_user()
614 const char __user __force *ubuf = (const char __user __force *)buf; in __bitmap_parselist() local
628 if (__get_user(c, ubuf++)) in __bitmap_parselist()
704 int bitmap_parselist_user(const char __user *ubuf, in bitmap_parselist_user() argument
708 if (!access_ok(VERIFY_READ, ubuf, ulen)) in bitmap_parselist_user()
710 return __bitmap_parselist((const char __force *)ubuf, in bitmap_parselist_user()
Ddynamic_debug.c652 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, in ddebug_proc_write() argument
667 if (copy_from_user(tmpbuf, ubuf, len)) { in ddebug_proc_write()