Home
last modified time | relevance | path

Searched refs:get_name (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/fs/exportfs/
H A Dexpfs.c24 static int get_name(const struct path *path, char *name, struct dentry *child);
33 if (nop->get_name) in exportfs_get_name()
34 return nop->get_name(dir, name, child); in exportfs_get_name()
36 return get_name(&path, name, child); in exportfs_get_name()
274 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name() function
/linux-6.15/kernel/bpf/preload/iterators/
H A Diterators.bpf.c59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name() function
114 get_name(aux->btf, aux->func_info[0].type_id, aux->name), in dump_bpf_prog()
/linux-6.15/tools/bpf/bpftool/
H A Dfeature.c1291 const char *(*get_name)(unsigned int id); in do_list_builtins() local
1298 get_name = (const char *(*)(unsigned int))libbpf_bpf_prog_type_str; in do_list_builtins()
1300 get_name = (const char *(*)(unsigned int))libbpf_bpf_map_type_str; in do_list_builtins()
1302 get_name = (const char *(*)(unsigned int))libbpf_bpf_attach_type_str; in do_list_builtins()
1304 get_name = (const char *(*)(unsigned int))libbpf_bpf_link_type_str; in do_list_builtins()
1306 get_name = get_helper_name; in do_list_builtins()
1318 name = get_name(id++); in do_list_builtins()
/linux-6.15/include/linux/
H A Dpowercap.h184 const char *(*get_name) (struct powercap_zone *, int); member
H A Dfwnode.h160 const char *(*get_name)(const struct fwnode_handle *fwnode); member
H A Dexportfs.h261 int (*get_name)(struct dentry *parent, char *name, member
/linux-6.15/drivers/perf/arm_cspmu/
H A Darm_cspmu.h150 const char *(*get_name)(const struct arm_cspmu *cspmu); member
H A Dampere_cspmu.c227 impl_ops->get_name = ampere_cspmu_get_name; in ampere_cspmu_init_ops()
H A Dnvidia_cspmu.c348 impl_ops->get_name = nv_cspmu_get_name; in nv_cspmu_init_ops()
H A Darm_cspmu.c369 DEFAULT_IMPL_OP(get_name), in arm_cspmu_init_impl_ops()
460 cspmu->name = impl_ops->get_name(cspmu); in arm_cspmu_alloc_attr_groups()
/linux-6.15/drivers/powercap/
H A Dpowercap_sys.c171 if (pconst && pconst->ops && pconst->ops->get_name) { in show_constraint_name()
172 name = pconst->ops->get_name(power_zone, id); in show_constraint_name()
308 if (pconst->ops->get_name) in create_constraints()
H A Ddtpm.c305 .get_name = get_constraint_name,
H A Darm_scmi_powercap.c259 .get_name = scmi_powercap_get_name,
/linux-6.15/fs/gfs2/
H A Dexport.c191 .get_name = gfs2_get_name,
/linux-6.15/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_offload.sh149 get_name() function
/linux-6.15/include/linux/spi/
H A Dspi-mem.h334 const char *(*get_name)(struct spi_mem *mem); member
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Damd.c1104 static const char *get_name(unsigned int cpu, unsigned int bank, struct threshold_block *b) in get_name() function
1186 err = kobject_init_and_add(&b->kobj, &threshold_ktype, tb->kobj, get_name(cpu, bank, b)); in allocate_threshold_blocks()
1216 const char *name = get_name(cpu, bank, NULL); in threshold_create_bank()
/linux-6.15/fs/btrfs/
H A Dexport.c300 .get_name = btrfs_get_name,
/linux-6.15/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c140 return kstrdup(response.get_name.name, GFP_KERNEL); in tegra_bpmp_powergate_get_name()
/linux-6.15/drivers/spi/
H A Dspi-mem.c986 if (ctlr->mem_ops && ctlr->mem_ops->get_name) in spi_mem_probe()
987 mem->name = ctlr->mem_ops->get_name(mem); in spi_mem_probe()
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dsysfs.c356 static void get_name(struct mlx4_ib_dev *dev, char *name, int i, int max) in get_name() function
703 get_name(dev, name, slave, sizeof name); in register_one_pkey_tree()
/linux-6.15/Documentation/filesystems/nfs/
H A Dexporting.rst146 get_name (optional)
149 object identified by the child dentry. If no get_name function is
/linux-6.15/drivers/net/ethernet/sfc/
H A Dtc_counters.c560 .get_name = efx_tc_get_channel_name,
H A Defx_channels.c706 channel->type->get_name(channel, in efx_set_channel_names()
1347 .get_name = efx_get_channel_name,
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c709 channel->type->get_name(channel, in efx_siena_set_channel_names()
1366 .get_name = efx_get_channel_name,

12