Lines Matching defs:target
861 void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source)
863 target->flags = source->flags;
864 target->rsize = source->rsize;
865 target->wsize = source->wsize;
866 target->acregmin = source->acregmin;
867 target->acregmax = source->acregmax;
868 target->acdirmin = source->acdirmin;
869 target->acdirmax = source->acdirmax;
870 target->caps = source->caps;
871 target->options = source->options;
872 target->auth_info = source->auth_info;
873 target->port = source->port;