taglinefilesource code
mtext29include/linux/msg.hchar mtext[1];      /* message text */
mtext65ipc/msg.cerr = verify_area (VERIFY_READ, msgp->mtext, msgsz);
mtext126ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
mtext164ipc/msg.cif (!msgp || !msgp->mtext)
mtext171ipc/msg.cerr = verify_area (VERIFY_WRITE, msgp->mtext, msgsz);
mtext270ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);