M_NNPFS_MSG        44 xfs/xfs_common-bsd.c MALLOC_DEFINE(M_NNPFS_MSG, "xfs-msg", "xfs msg");
M_NNPFS_MSG        43 xfs/xfs_common.h MALLOC_DECLARE(M_NNPFS_MSG);
M_NNPFS_MSG       107 xfs/xfs_dev-common.c     chan->message_buffer = xfs_alloc(MAX_XMSG_SIZE, M_NNPFS_MSG);
M_NNPFS_MSG       174 xfs/xfs_dev-common.c 	xfs_free(chan->message_buffer, MAX_XMSG_SIZE, M_NNPFS_MSG);
M_NNPFS_MSG       477 xfs/xfs_dev-common.c     msg = xfs_alloc(size, M_NNPFS_MSG);
M_NNPFS_MSG       585 xfs/xfs_dev-common.c     xfs_free(msg, size, M_NNPFS_MSG);