Home
last modified time | relevance | path

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

12

/linux-5.19.10/fs/exportfs/
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()
277 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name() function
/linux-5.19.10/kernel/bpf/preload/iterators/
Diterators.bpf.c59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name() function
109 get_name(aux->btf, aux->func_info[0].type_id, aux->name), in dump_bpf_prog()
/linux-5.19.10/include/linux/
Dpowercap.h184 const char *(*get_name) (struct powercap_zone *, int); member
Dexportfs.h205 int (*get_name)(struct dentry *parent, char *name, member
Dfwnode.h129 const char *(*get_name)(const struct fwnode_handle *fwnode); member
/linux-5.19.10/drivers/powercap/
Dpowercap_sys.c170 if (pconst && pconst->ops && pconst->ops->get_name) { in show_constraint_name()
171 name = pconst->ops->get_name(power_zone, id); in show_constraint_name()
307 if (pconst->ops->get_name) in create_constraints()
Ddtpm.c305 .get_name = get_constraint_name,
/linux-5.19.10/fs/gfs2/
Dexport.c193 .get_name = gfs2_get_name,
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
Dsch_offload.sh149 get_name() function
/linux-5.19.10/include/linux/spi/
Dspi-mem.h275 const char *(*get_name)(struct spi_mem *mem); member
/linux-5.19.10/arch/x86/kernel/cpu/mce/
Damd.c1037 static const char *get_name(unsigned int cpu, unsigned int bank, struct threshold_block *b) in get_name() function
1119 err = kobject_init_and_add(&b->kobj, &threshold_ktype, tb->kobj, get_name(cpu, bank, b)); in allocate_threshold_blocks()
1174 const char *name = get_name(cpu, bank, NULL); in threshold_create_bank()
/linux-5.19.10/fs/btrfs/
Dexport.c280 .get_name = btrfs_get_name,
/linux-5.19.10/drivers/spi/
Dspi-mem.c857 if (ctlr->mem_ops && ctlr->mem_ops->get_name) in spi_mem_probe()
858 mem->name = ctlr->mem_ops->get_name(mem); in spi_mem_probe()
Datmel-quadspi.c466 .get_name = atmel_qspi_get_name
Dspi-fsl-qspi.c840 .get_name = fsl_qspi_get_name,
/linux-5.19.10/drivers/soc/tegra/
Dpowergate-bpmp.c140 return kstrdup(response.get_name.name, GFP_KERNEL); in tegra_bpmp_powergate_get_name()
/linux-5.19.10/drivers/infiniband/hw/mlx4/
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-5.19.10/Documentation/filesystems/nfs/
Dexporting.rst149 get_name (optional)
152 object identified by the child dentry. If no get_name function is
/linux-5.19.10/drivers/net/ethernet/sfc/
Defx_channels.c704 channel->type->get_name(channel, in efx_set_channel_names()
1359 .get_name = efx_get_channel_name,
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Defx_channels.c707 channel->type->get_name(channel, in efx_siena_set_channel_names()
1363 .get_name = efx_get_channel_name,
/linux-5.19.10/fs/ceph/
Dexport.c582 .get_name = ceph_get_name,
/linux-5.19.10/drivers/base/
Dproperty.c566 return fwnode_call_ptr_op(fwnode, get_name); in fwnode_get_name()
/linux-5.19.10/include/soc/tegra/
Dbpmp-abi.h1641 struct cmd_pg_get_name_response get_name; member
/linux-5.19.10/fs/overlayfs/
Dexport.c875 .get_name = ovl_get_name,
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h480 void (*get_name)(struct ef4_channel *, char *buf, size_t len); member

12