taglinefilesource code
msg_spot14include/linux/msg.hchar *msg_spot;         /* message text address */
msg_spot82ipc/msg.cmsgh->msg_spot = (char *) (msgh + 1);
msg_spot83ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
msg_spot196ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);