upcall            140 fs/nfs/blocklayout/rpc_pipefs.c 	.upcall		= rpc_pipe_generic_upcall,
upcall            404 fs/nfs/nfs4idmap.c 	.upcall		= rpc_pipe_generic_upcall,
upcall            633 fs/nfs/nfs4idmap.c 		struct idmap_msg *upcall,
upcall            641 fs/nfs/nfs4idmap.c 	if (upcall->im_type != im->im_type || upcall->im_conv != im->im_conv)
upcall            645 fs/nfs/nfs4idmap.c 		if (strcmp(upcall->im_name, im->im_name) != 0)
upcall            653 fs/nfs/nfs4idmap.c 		if (upcall->im_id != im->im_id)
upcall            937 fs/nfsd/nfs4recover.c 	.upcall		= rpc_pipe_generic_upcall,
upcall             32 fs/orangefs/dcache.c 	new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW;
upcall             33 fs/orangefs/dcache.c 	new_op->upcall.req.lookup.parent_refn = parent->refn;
upcall             34 fs/orangefs/dcache.c 	strncpy(new_op->upcall.req.lookup.d_name,
upcall            224 fs/orangefs/devorangefs-req.c 				   !(op->upcall.type ==
upcall            226 fs/orangefs/devorangefs-req.c 				     op->upcall.type ==
upcall            228 fs/orangefs/devorangefs-req.c 				     op->upcall.type ==
upcall            293 fs/orangefs/devorangefs-req.c 		&cur_op->upcall,
upcall             75 fs/orangefs/dir.c 	op->upcall.req.readdir.refn = oi->refn;
upcall             76 fs/orangefs/dir.c 	op->upcall.req.readdir.token = od->token;
upcall             77 fs/orangefs/dir.c 	op->upcall.req.readdir.max_dirent_count =
upcall             87 fs/orangefs/dir.c 	op->upcall.req.readdir.buf_index = bufi;
upcall             33 fs/orangefs/file.c 	new_op->upcall.req.ra_cache_flush.refn = orangefs_inode->refn;
upcall             64 fs/orangefs/file.c 	new_op->upcall.req.io.readahead_size = readahead_size;
upcall             65 fs/orangefs/file.c 	new_op->upcall.req.io.io_type = type;
upcall             66 fs/orangefs/file.c 	new_op->upcall.req.io.refn = orangefs_inode->refn;
upcall             86 fs/orangefs/file.c 	new_op->upcall.req.io.buf_index = buffer_index;
upcall             87 fs/orangefs/file.c 	new_op->upcall.req.io.count = total_size;
upcall             88 fs/orangefs/file.c 	new_op->upcall.req.io.offset = *offset;
upcall             90 fs/orangefs/file.c 		new_op->upcall.uid = from_kuid(&init_user_ns, wr->uid);
upcall             91 fs/orangefs/file.c 		new_op->upcall.gid = from_kgid(&init_user_ns, wr->gid);
upcall            540 fs/orangefs/file.c 	new_op->upcall.req.fsync.refn = orangefs_inode->refn;
upcall            831 fs/orangefs/inode.c 	new_op->upcall.req.truncate.refn = orangefs_inode->refn;
upcall            832 fs/orangefs/inode.c 	new_op->upcall.req.truncate.size = (__s64) iattr->ia_size;
upcall             38 fs/orangefs/namei.c 	new_op->upcall.req.create.parent_refn = parent->refn;
upcall             40 fs/orangefs/namei.c 	fill_default_sys_attrs(new_op->upcall.req.create.attributes,
upcall             43 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.create.d_name,
upcall            130 fs/orangefs/namei.c 	new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW;
upcall            137 fs/orangefs/namei.c 	new_op->upcall.req.lookup.parent_refn = parent->refn;
upcall            139 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name,
upcall            145 fs/orangefs/namei.c 		     new_op->upcall.req.lookup.d_name,
upcall            146 fs/orangefs/namei.c 		     &new_op->upcall.req.lookup.parent_refn.khandle,
upcall            147 fs/orangefs/namei.c 		     new_op->upcall.req.lookup.parent_refn.fs_id);
upcall            193 fs/orangefs/namei.c 	new_op->upcall.req.remove.parent_refn = parent->refn;
upcall            194 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.remove.d_name, dentry->d_name.name,
upcall            242 fs/orangefs/namei.c 	new_op->upcall.req.sym.parent_refn = parent->refn;
upcall            244 fs/orangefs/namei.c 	fill_default_sys_attrs(new_op->upcall.req.sym.attributes,
upcall            248 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.sym.entry_name,
upcall            251 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.sym.target, symname, ORANGEFS_NAME_MAX - 1);
upcall            319 fs/orangefs/namei.c 	new_op->upcall.req.mkdir.parent_refn = parent->refn;
upcall            321 fs/orangefs/namei.c 	fill_default_sys_attrs(new_op->upcall.req.mkdir.attributes,
upcall            324 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.mkdir.d_name,
upcall            401 fs/orangefs/namei.c 	new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn;
upcall            402 fs/orangefs/namei.c 	new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn;
upcall            404 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.rename.d_old_name,
upcall            407 fs/orangefs/namei.c 	strncpy(new_op->upcall.req.rename.d_new_name,
upcall             49 fs/orangefs/orangefs-cache.c 		__s32 type = new_op->upcall.type;
upcall            126 fs/orangefs/orangefs-cache.c 		new_op->upcall.type = ORANGEFS_VFS_OP_INVALID;
upcall            134 fs/orangefs/orangefs-cache.c 		new_op->upcall.type = type;
upcall            142 fs/orangefs/orangefs-cache.c 		new_op->upcall.uid = from_kuid(&init_user_ns,
upcall            145 fs/orangefs/orangefs-cache.c 		new_op->upcall.gid = from_kgid(&init_user_ns,
upcall            466 fs/orangefs/orangefs-debugfs.c 		new_op->upcall.req.param.op =
upcall            468 fs/orangefs/orangefs-debugfs.c 		new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET;
upcall            469 fs/orangefs/orangefs-debugfs.c 		memset(new_op->upcall.req.param.s_value,
upcall            472 fs/orangefs/orangefs-debugfs.c 		sprintf(new_op->upcall.req.param.s_value,
upcall            132 fs/orangefs/orangefs-kernel.h 	struct orangefs_upcall_s upcall;
upcall            157 fs/orangefs/orangefs-kernel.h #define op_is_cancel(op)         ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL)
upcall            351 fs/orangefs/orangefs-sysfs.c 		new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_GET;
upcall            365 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            369 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            373 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            378 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            383 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            388 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            393 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            397 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            401 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            405 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            409 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            414 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            418 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            422 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            426 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            431 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            435 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            439 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            443 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            448 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            452 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            456 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            460 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.op =
upcall            465 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
upcall            469 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
upcall            473 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.perf_count.type =
upcall            498 fs/orangefs/orangefs-sysfs.c 			if (new_op->upcall.req.param.op ==
upcall            570 fs/orangefs/orangefs-sysfs.c 	new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET;
upcall            585 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            594 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            603 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            612 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            621 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            636 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            642 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.u.value32[0] = val1;
upcall            643 fs/orangefs/orangefs-sysfs.c 			new_op->upcall.req.param.u.value32[1] = val2;
upcall            648 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            659 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            667 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            676 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            684 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            695 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            703 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            712 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            720 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            731 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            739 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            748 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            756 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            767 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            775 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            784 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            792 fs/orangefs/orangefs-sysfs.c 				new_op->upcall.req.param.op =
upcall            807 fs/orangefs/orangefs-sysfs.c 	new_op->upcall.req.param.u.value64 = val;
upcall             19 fs/orangefs/orangefs-utils.c 		switch (op->upcall.type) {
upcall             21 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.io.refn.fs_id;
upcall             24 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.lookup.parent_refn.fs_id;
upcall             27 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.create.parent_refn.fs_id;
upcall             30 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.getattr.refn.fs_id;
upcall             33 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.remove.parent_refn.fs_id;
upcall             36 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.mkdir.parent_refn.fs_id;
upcall             39 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.readdir.refn.fs_id;
upcall             42 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.setattr.refn.fs_id;
upcall             45 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.sym.parent_refn.fs_id;
upcall             48 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.rename.old_parent_refn.fs_id;
upcall             51 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.statfs.fs_id;
upcall             54 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.truncate.refn.fs_id;
upcall             57 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.ra_cache_flush.refn.fs_id;
upcall             60 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.fs_umount.fs_id;
upcall             63 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.getxattr.refn.fs_id;
upcall             66 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.setxattr.refn.fs_id;
upcall             69 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.listxattr.refn.fs_id;
upcall             72 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.removexattr.refn.fs_id;
upcall             75 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.fsync.refn.fs_id;
upcall            264 fs/orangefs/orangefs-utils.c 	new_op->upcall.req.getattr.refn = orangefs_inode->refn;
upcall            270 fs/orangefs/orangefs-utils.c 		new_op->upcall.req.getattr.mask = ORANGEFS_ATTR_SYS_ALL_NOHINT;
upcall            272 fs/orangefs/orangefs-utils.c 		new_op->upcall.req.getattr.mask =
upcall            396 fs/orangefs/orangefs-utils.c 	new_op->upcall.req.getattr.refn = orangefs_inode->refn;
upcall            397 fs/orangefs/orangefs-utils.c 	new_op->upcall.req.getattr.mask = ORANGEFS_ATTR_SYS_TYPE |
upcall            428 fs/orangefs/orangefs-utils.c 	new_op->upcall.uid = from_kuid(&init_user_ns, orangefs_inode->attr_uid);
upcall            429 fs/orangefs/orangefs-utils.c 	new_op->upcall.gid = from_kgid(&init_user_ns, orangefs_inode->attr_gid);
upcall            430 fs/orangefs/orangefs-utils.c 	new_op->upcall.req.setattr.refn = orangefs_inode->refn;
upcall            432 fs/orangefs/orangefs-utils.c 	    &new_op->upcall.req.setattr.attributes);
upcall            434 fs/orangefs/orangefs-utils.c 	if (!new_op->upcall.req.setattr.attributes.mask) {
upcall            181 fs/orangefs/super.c 	new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id;
upcall            255 fs/orangefs/super.c 	strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
upcall            261 fs/orangefs/super.c 		     new_op->upcall.req.fs_mount.orangefs_config_server);
upcall            289 fs/orangefs/super.c 		new_op->upcall.req.features.features = 0;
upcall            400 fs/orangefs/super.c 	op->upcall.req.fs_umount.id = id;
upcall            401 fs/orangefs/super.c 	op->upcall.req.fs_umount.fs_id = fs_id;
upcall            402 fs/orangefs/super.c 	strncpy(op->upcall.req.fs_umount.orangefs_config_server,
upcall            496 fs/orangefs/super.c 	strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
upcall            502 fs/orangefs/super.c 		     new_op->upcall.req.fs_mount.orangefs_config_server);
upcall            571 fs/orangefs/super.c 		new_op->upcall.req.features.features = 0;
upcall             74 fs/orangefs/waitqueue.c 	op->upcall.tgid = current->tgid;
upcall             75 fs/orangefs/waitqueue.c 	op->upcall.pid = current->pid;
upcall            136 fs/orangefs/waitqueue.c 		if (op->upcall.type == ORANGEFS_VFS_OP_FS_UMOUNT)
upcall            213 fs/orangefs/waitqueue.c 	op->slot_to_free = op->upcall.req.io.buf_index;
upcall            214 fs/orangefs/waitqueue.c 	memset(&op->upcall, 0, sizeof(op->upcall));
upcall            216 fs/orangefs/waitqueue.c 	op->upcall.type = ORANGEFS_VFS_OP_CANCEL;
upcall            217 fs/orangefs/waitqueue.c 	op->upcall.req.cancel.op_tag = tag;
upcall            152 fs/orangefs/xattr.c 	new_op->upcall.req.getxattr.refn = orangefs_inode->refn;
upcall            153 fs/orangefs/xattr.c 	strcpy(new_op->upcall.req.getxattr.key, name);
upcall            160 fs/orangefs/xattr.c 	new_op->upcall.req.getxattr.key_sz = strlen(name) + 1;
upcall            171 fs/orangefs/xattr.c 				     (char *)new_op->upcall.req.getxattr.key);
upcall            213 fs/orangefs/xattr.c 		upcall.req.getxattr.key,
upcall            215 fs/orangefs/xattr.c 		upcall.req.getxattr.key_sz,
upcall            262 fs/orangefs/xattr.c 	new_op->upcall.req.removexattr.refn = orangefs_inode->refn;
upcall            268 fs/orangefs/xattr.c 	strcpy(new_op->upcall.req.removexattr.key, name);
upcall            269 fs/orangefs/xattr.c 	new_op->upcall.req.removexattr.key_sz = strlen(name) + 1;
upcall            273 fs/orangefs/xattr.c 		     (char *)new_op->upcall.req.removexattr.key,
upcall            274 fs/orangefs/xattr.c 		     (int)new_op->upcall.req.removexattr.key_sz);
upcall            355 fs/orangefs/xattr.c 	new_op->upcall.req.setxattr.refn = orangefs_inode->refn;
upcall            356 fs/orangefs/xattr.c 	new_op->upcall.req.setxattr.flags = internal_flag;
upcall            362 fs/orangefs/xattr.c 	strcpy(new_op->upcall.req.setxattr.keyval.key, name);
upcall            363 fs/orangefs/xattr.c 	new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1;
upcall            364 fs/orangefs/xattr.c 	memcpy(new_op->upcall.req.setxattr.keyval.val, value, size);
upcall            365 fs/orangefs/xattr.c 	new_op->upcall.req.setxattr.keyval.val_sz = size;
upcall            370 fs/orangefs/xattr.c 		     (char *)new_op->upcall.req.setxattr.keyval.key,
upcall            371 fs/orangefs/xattr.c 		     (int)new_op->upcall.req.setxattr.keyval.key_sz,
upcall            434 fs/orangefs/xattr.c 	new_op->upcall.req.listxattr.refn = orangefs_inode->refn;
upcall            435 fs/orangefs/xattr.c 	new_op->upcall.req.listxattr.token = token;
upcall            436 fs/orangefs/xattr.c 	new_op->upcall.req.listxattr.requested_count =
upcall             38 include/linux/sunrpc/rpc_pipe_fs.h 	ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t);
upcall            915 net/openvswitch/actions.c 	struct dp_upcall_info upcall;
upcall            919 net/openvswitch/actions.c 	memset(&upcall, 0, sizeof(upcall));
upcall            920 net/openvswitch/actions.c 	upcall.cmd = OVS_PACKET_CMD_ACTION;
upcall            921 net/openvswitch/actions.c 	upcall.mru = OVS_CB(skb)->mru;
upcall            927 net/openvswitch/actions.c 			upcall.userdata = a;
upcall            931 net/openvswitch/actions.c 			upcall.portid = nla_get_u32(a);
upcall            944 net/openvswitch/actions.c 					upcall.egress_tun_info = skb_tunnel_info(skb);
upcall            952 net/openvswitch/actions.c 			upcall.actions = actions;
upcall            953 net/openvswitch/actions.c 			upcall.actions_len = actions_len;
upcall            960 net/openvswitch/actions.c 	return ovs_dp_upcall(dp, skb, key, &upcall, cutlen);
upcall            232 net/openvswitch/datapath.c 		struct dp_upcall_info upcall;
upcall            234 net/openvswitch/datapath.c 		memset(&upcall, 0, sizeof(upcall));
upcall            235 net/openvswitch/datapath.c 		upcall.cmd = OVS_PACKET_CMD_MISS;
upcall            236 net/openvswitch/datapath.c 		upcall.portid = ovs_vport_find_upcall_portid(p, skb);
upcall            237 net/openvswitch/datapath.c 		upcall.mru = OVS_CB(skb)->mru;
upcall            238 net/openvswitch/datapath.c 		error = ovs_dp_upcall(dp, skb, key, &upcall, 0);
upcall            388 net/openvswitch/datapath.c 	struct ovs_header *upcall;
upcall            439 net/openvswitch/datapath.c 	upcall = genlmsg_put(user_skb, 0, 0, &dp_packet_genl_family,
upcall            441 net/openvswitch/datapath.c 	if (!upcall) {
upcall            445 net/openvswitch/datapath.c 	upcall->dp_ifindex = dp_ifindex;
upcall           2192 net/sunrpc/auth_gss/auth_gss.c 	.upcall		= gss_v0_upcall,
upcall           2200 net/sunrpc/auth_gss/auth_gss.c 	.upcall		= gss_v1_upcall,
upcall            311 net/sunrpc/rpc_pipe.c 	res = pipe->ops->upcall(filp, msg, buf, len);
upcall            809 net/sunrpc/rpc_pipe.c 	if (pipe->ops->upcall == NULL)
upcall           1258 net/sunrpc/rpc_pipe.c 	.upcall		= rpc_pipe_generic_upcall,