Lines Matching defs:buf_user
959 struct mtd_oob_buf __user *buf_user = argp;
961 /* NOTE: writes return length to buf_user->length */
966 buf.ptr, &buf_user->length);
973 struct mtd_oob_buf __user *buf_user = argp;
975 /* NOTE: writes return length to buf_user->start */
980 buf.ptr, &buf_user->start);
987 struct mtd_oob_buf64 __user *buf_user = argp;
994 &buf_user->length);
1001 struct mtd_oob_buf64 __user *buf_user = argp;
1008 &buf_user->length);
1271 struct mtd_oob_buf32 __user *buf_user = argp;
1283 &buf_user->length);
1290 struct mtd_oob_buf32 __user *buf_user = argp;
1298 &buf_user->start);