Searched refs:namespace (Results 26 - 49 of 49) sorted by relevance

12

/linux-master/arch/x86/boot/compressed/
H A Defi.h6 #error Please do not include kernel proper namespace headers
/linux-master/include/linux/
H A Dkobject.h121 const void *(*namespace)(const struct kobject *kobj);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c117 enum mlx5_flow_namespace_type namespace,
129 u8 namespace, u8 num_actions,
873 enum mlx5_flow_namespace_type namespace,
885 if (namespace == MLX5_FLOW_NAMESPACE_FDB ||
886 namespace == MLX5_FLOW_NAMESPACE_FDB_BYPASS)
947 u8 namespace, u8 num_actions,
958 switch (namespace) {
115 mlx5_cmd_stub_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
128 mlx5_cmd_stub_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
871 mlx5_cmd_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
946 mlx5_cmd_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
H A Den_tc.c3193 int namespace,
3279 action = mlx5e_mod_hdr_alloc(priv->mdev, namespace, mod_acts);
3340 static int alloc_tc_pedit_action(struct mlx5e_priv *priv, int namespace, argument
3347 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack);
3192 offload_pedit_fields(struct mlx5e_priv *priv, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action_flags, struct netlink_ext_ack *extack) argument
/linux-master/net/sunrpc/
H A Dsysfs.c434 .namespace = rpc_sysfs_client_namespace,
441 .namespace = rpc_sysfs_xprt_switch_namespace,
448 .namespace = rpc_sysfs_xprt_namespace,
/linux-master/security/tomoyo/
H A Ddomain.c337 * executing @program reinitializes domain transition within that namespace,
428 * tomoyo_find_namespace - Find specified namespace.
430 * @name: Name of namespace to find.
453 * tomoyo_assign_namespace - Create a new namespace.
455 * @domainname: Name of namespace to create.
497 * tomoyo_namespace_jump - Check for namespace jump.
501 * Returns true if namespace differs, false otherwise.
505 const char *namespace = tomoyo_current_namespace()->name; local
506 const int len = strlen(namespace);
508 return strncmp(domainname, namespace, le
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c1723 enum mlx5_flow_namespace_type *namespace)
1727 *namespace = MLX5_FLOW_NAMESPACE_BYPASS;
1730 *namespace = MLX5_FLOW_NAMESPACE_EGRESS;
1733 *namespace = MLX5_FLOW_NAMESPACE_FDB_BYPASS;
1736 *namespace = MLX5_FLOW_NAMESPACE_RDMA_RX;
1739 *namespace = MLX5_FLOW_NAMESPACE_RDMA_TX;
2485 enum mlx5_flow_namespace_type namespace; local
2489 ret = mlx5_ib_ft_type_to_namespace(ft_type, &namespace);
2498 mlx5_modify_header_alloc(dev->mdev, namespace, num_actions, in);
2617 enum mlx5_flow_namespace_type namespace; local
1722 mlx5_ib_ft_type_to_namespace(enum mlx5_ib_uapi_flow_table_type table_type, enum mlx5_flow_namespace_type *namespace) argument
[all...]
/linux-master/lib/
H A Dkobject_uevent.c243 ns = kobj->ktype->namespace(kobj);
401 /* kobjects currently only carry network namespace tags and they
405 if (ops && ops->netlink_ns && kobj->ktype->namespace)
407 net = kobj->ktype->namespace(kobj);
736 * network namespace. The caller must have CAP_SYS_ADMIN in the
737 * owning user namespace of the target network namespace.
777 /* Restrict uevents to initial user namespace. */
H A Dkobject.c23 * kobject_namespace() - Return @kobj's namespace tag.
26 * Returns namespace tag of @kobj if its parent has namespace ops enabled
27 * and thus @kobj should have a namespace tag associated with it. Returns
37 return kobj->ktype->namespace(kobj);
93 * their namespace tags. Enable namespace support on @kobj->sd.
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-ipa-pass.h144 namespace {
/linux-master/drivers/net/
H A Dmacvtap.c47 .namespace = macvtap_net_namespace,
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c42 .namespace = ipvtap_net_namespace,
/linux-master/fs/
H A DMakefile13 attr.o bad_inode.o file.o filesystems.o namespace.o \
/linux-master/drivers/nvdimm/
H A Dbtt_devs.c121 static DEVICE_ATTR_RW(namespace);
241 * the checksum, and with the parent namespace by verifying the
H A Dpfn_devs.c196 static DEVICE_ATTR_RW(namespace);
360 * space associated with the namespace. If the memmap is set to DRAM, then
382 * re-enable the namespace with correct size so that we can access
443 * @nd_pfn: fsdax namespace runtime state / properties
584 * namespace has changed since the pfn superblock was
615 dev_err(&nd_pfn->dev, "bad offset with small namespace\n");
664 * from the previous section base to the namespace base address.
774 * When @start is misaligned fail namespace creation. See
/linux-master/kernel/module/
H A Dinternal.h43 const char *namespace;
H A Dmain.c267 return sym->namespace;
1066 const char *namespace; local
1069 namespace = kernel_symbol_namespace(sym);
1070 if (namespace && namespace[0]) {
1072 if (strcmp(namespace, imported_namespace) == 0)
1080 "%s: module uses symbol (%s) from namespace %s, but does not import it.\n",
1081 mod->name, kernel_symbol_name(sym), namespace);
1316 * Ensure that an exported symbol [global namespace] does not already exist
/linux-master/net/core/
H A Dnet-sysfs.c1060 ns = dev->class->namespace(dev);
1077 .namespace = rx_queue_namespace,
1744 ns = dev->class->namespace(dev);
1761 .namespace = netdev_queue_namespace,
2055 .namespace = net_namespace,
2165 /* The network namespace was changed but the owning user namespace is
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c637 enum mlx5_flow_namespace_type namespace,
692 u8 namespace, u8 num_actions,
808 mlx5_core_err(ns->dev, "Failed to create dr flow namespace\n");
635 mlx5_cmd_dr_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
691 mlx5_cmd_dr_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1706 def __call__(self, parser, namespace, values, option_string=None):
1719 namespace.pid = pids[0]
/linux-master/fs/ceph/
H A Dsuper.c249 * Check if the mds namespace in ceph_mount_options matches
250 * the passed in namespace string. First time match (when
255 const char *namespace, size_t len)
259 strncmp(fsopt->mds_namespace, namespace, len)));
316 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace);
254 namespace_equals(struct ceph_mount_options *fsopt, const char *namespace, size_t len) argument
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py126 (args, remaining) = parser.parse_known_args(args=remaining, namespace=args)
/linux-master/drivers/base/
H A Dcore.c2593 ns = dev->class->namespace(dev);
2609 .namespace = device_namespace,
3286 * in a "glue" directory to prevent namespace collisions.
/linux-master/drivers/infiniband/core/
H A Ddevice.c133 * from a specified net namespace or not.
137 * When the rdma device is in shared mode, it ignores the net namespace.
138 * When the rdma device is exclusive to a net namespace, rdma device net
139 * namespace is checked against the specified one.
540 .namespace = net_namespace,
1626 * is not held, the namespace can be changed, or it can be unregistered.
1640 * change the namespace.
1647 * is guaranteed free in the new namespace. Publish the new namespace
1654 "%s: Couldn't rename device after namespace chang
[all...]

Completed in 338 milliseconds

12