Lines Matching refs:msg
512 struct rpc_pipe_msg *msg) in nfs_idmap_prepare_message() argument
544 msg->data = im; in nfs_idmap_prepare_message()
545 msg->len = sizeof(struct idmap_msg); in nfs_idmap_prepare_message()
585 struct rpc_pipe_msg *msg; in nfs_idmap_legacy_upcall() local
600 msg = &data->pipe_msg; in nfs_idmap_legacy_upcall()
605 ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); in nfs_idmap_legacy_upcall()
613 ret = rpc_queue_upcall(idmap->idmap_pipe, msg); in nfs_idmap_legacy_upcall()
722 idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg) in idmap_pipe_destroy_msg() argument
724 struct idmap_legacy_upcalldata *data = container_of(msg, in idmap_pipe_destroy_msg()
729 if (msg->errno) in idmap_pipe_destroy_msg()
730 nfs_idmap_abort_pipe_upcall(idmap, msg->errno); in idmap_pipe_destroy_msg()