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); 
mtext198ipc/msg.cif (!msgp || !msgp->mtext)
mtext205ipc/msg.cerr = verify_area (VERIFY_WRITE, msgp->mtext, msgsz);
mtext322ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);