this_message 365 xfs/xfs_dev-common.c struct xfs_link this_message;
this_message 378 xfs/xfs_dev-common.c t = xfs_alloc(sizeof(t->this_message) + size, M_NNPFS);
this_message 379 xfs/xfs_dev-common.c t->this_message.error_or_size = sizeof(t->this_message) + size;
this_message 382 xfs/xfs_dev-common.c t->this_message.message = &t->msg;
this_message 383 xfs/xfs_dev-common.c xfs_appendq(&chan->messageq, &t->this_message);
this_message 435 xfs/xfs_dev-common.c struct xfs_link *this_message;
this_message 475 xfs/xfs_dev-common.c this_message = xfs_alloc(sizeof(struct xfs_link), M_NNPFS_LINK);
this_message 482 xfs/xfs_dev-common.c this_message->error_or_size = 0;
this_message 483 xfs/xfs_dev-common.c this_message->message = msg;
this_message 485 xfs/xfs_dev-common.c xfs_appendq(&chan->messageq, this_message);
this_message 569 xfs/xfs_dev-common.c if (xfs_onq(this_message)) {
this_message 570 xfs/xfs_dev-common.c xfs_outq(this_message);
this_message 583 xfs/xfs_dev-common.c xfs_free(this_message, sizeof(*this_message), M_NNPFS_LINK);