taglinefilesource code
mtext29include/linux/msg.hchar mtext[1];      /* message text */
mtext68ipc/msg.cerr = verify_area (VERIFY_READ, msgp->mtext, msgsz);
mtext130ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
mtext197ipc/msg.cif (!msgp || !msgp->mtext)
mtext204ipc/msg.cerr = verify_area (VERIFY_WRITE, msgp->mtext, msgsz);
mtext315ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);