Lines Matching defs:buf_user
767 struct mtd_oob_buf __user *buf_user = argp;
769 /* NOTE: writes return length to buf_user->length */
774 buf.ptr, &buf_user->length);
781 struct mtd_oob_buf __user *buf_user = argp;
783 /* NOTE: writes return length to buf_user->start */
788 buf.ptr, &buf_user->start);
795 struct mtd_oob_buf64 __user *buf_user = argp;
802 &buf_user->length);
809 struct mtd_oob_buf64 __user *buf_user = argp;
816 &buf_user->length);
1065 struct mtd_oob_buf32 __user *buf_user = argp;
1077 &buf_user->length);
1084 struct mtd_oob_buf32 __user *buf_user = argp;
1092 &buf_user->start);