taglinefilesource code
mtext39include/linux/msg.hchar mtext[1];      /* message text */
mtext51ipc/msg.cerr = verify_area (VERIFY_READ, msgp->mtext, msgsz);
mtext83ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
mtext122ipc/msg.cif (!msgp || !msgp->mtext)
mtext124ipc/msg.cerr = verify_area (VERIFY_WRITE, msgp->mtext, msgsz);
mtext196ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);