Searched refs:namespace (Results 1 - 25 of 49) sorted by last modified time

12

/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/scripts/mod/
H A Dmodpost.c211 char *namespace; member in struct:symbol
292 char namespace[]; member in struct:namespace_list
295 static bool contains_namespace(struct list_head *head, const char *namespace) argument
300 * The default namespace is null string "", which is always implicitly
303 if (!namespace[0])
307 if (!strcmp(list->namespace, namespace))
314 static void add_namespace(struct list_head *head, const char *namespace) argument
318 if (!contains_namespace(head, namespace)) {
320 strlen(namespace)
361 sym_add_exported(const char *name, struct module *mod, bool gpl_only, const char *namespace) argument
1621 char *namespace; local
2088 char *symname, *namespace, *modname, *d, *export; local
[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/include/linux/
H A Dkobject.h121 const void *(*namespace)(const struct kobject *kobj);
/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...]
/linux-master/kernel/module/
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
H A Dinternal.h43 const char *namespace;
/linux-master/fs/smb/client/
H A DMakefile15 namespace.o reparse.o
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py126 (args, remaining) = parser.parse_known_args(args=remaining, namespace=args)
/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/kernel/time/
H A DMakefile26 obj-$(CONFIG_TIME_NS) += namespace.o
/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/fs/
H A DMakefile13 attr.o bad_inode.o file.o filesystems.o namespace.o \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
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
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 Dfs_cmd.h81 enum mlx5_flow_namespace_type namespace,
88 u8 namespace, u8 num_actions,
/linux-master/arch/x86/boot/compressed/
H A Defi.h6 #error Please do not include kernel proper namespace headers
/linux-master/tools/testing/selftests/net/
H A Dioam6.sh204 ip -netns $ioam_tmp_node ioam namespace add 0
207 ip -netns $ioam_tmp_node ioam namespace show | grep -q "namespace 0"
312 ip -netns $ioam_node_alpha ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]}
314 ip -netns $ioam_node_alpha ioam namespace set 123 schema ${ALPHA[8]}
324 ip -netns $ioam_node_beta ioam namespace add 123 data ${BETA[6]} wide ${BETA[7]}
326 ip -netns $ioam_node_beta ioam namespace set 123 schema ${BETA[8]}
333 ip -netns $ioam_node_gamma ioam namespace add 123 data ${GAMMA[6]} wide ${GAMMA[7]}
429 ip -netns $ioam_node_alpha ioam namespace del 123
438 ip -netns $ioam_node_alpha ioam namespace ad
[all...]
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c42 .namespace = ipvtap_net_namespace,
/linux-master/include/linux/device/
H A Dclass.h38 * @namespace: Namespace of the device belongs to this class.
41 * device's namespace.
65 const void *(*namespace)(const struct device *dev);
/linux-master/drivers/nvdimm/
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
H A Dbtt_devs.c121 static DEVICE_ATTR_RW(namespace);
241 * the checksum, and with the parent namespace by verifying the
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c47 const struct flow_action_entry *act, int namespace,
62 if (!mlx5e_mod_hdr_max_actions(priv->mdev, namespace)) {
46 mlx5e_tc_act_pedit_parse_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) argument
/linux-master/Documentation/sphinx/
H A Dcdomain.py52 namespace = None variable
56 # - Store the namespace if ".. c:namespace::" tag is found
58 RE_namespace = re.compile(r'^\s*..\s*c:namespace::\s*(\S+)\s*$')
61 global namespace
63 namespace = match.group(1)
128 # Handle easy Sphinx 3.1+ simple new tags: :c:expr and .. c:namespace::
154 global namespace
188 if namespace:
189 fullname = namespace
[all...]

Completed in 1300 milliseconds

12