/linux/fs/exportfs/ |
A D | expfs.c | 24 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/kernel/bpf/preload/iterators/ |
A D | iterators.bpf.c | 59 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/include/linux/ |
A D | powercap.h | 184 const char *(*get_name) (struct powercap_zone *, int); member
|
A D | exportfs.h | 205 int (*get_name)(struct dentry *parent, char *name, member
|
A D | fwnode.h | 126 const char *(*get_name)(const struct fwnode_handle *fwnode); member
|
/linux/drivers/powercap/ |
A D | powercap_sys.c | 170 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()
|
A D | dtpm.c | 350 .get_name = get_constraint_name,
|
/linux/fs/gfs2/ |
A D | export.c | 193 .get_name = gfs2_get_name,
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | sch_offload.sh | 149 get_name() function
|
/linux/include/linux/spi/ |
A D | spi-mem.h | 273 const char *(*get_name)(struct spi_mem *mem); member
|
/linux/drivers/staging/android/ |
A D | ashmem.c | 594 static int get_name(struct ashmem_area *asma, void __user *name) in get_name() function 827 ret = get_name(asma, (void __user *)arg); in ashmem_ioctl()
|
/linux/arch/x86/kernel/cpu/mce/ |
A D | amd.c | 1214 static const char *get_name(unsigned int bank, struct threshold_block *b) in get_name() function 1296 err = kobject_init_and_add(&b->kobj, &threshold_ktype, tb->kobj, get_name(bank, b)); in allocate_threshold_blocks() 1351 const char *name = get_name(bank, NULL); in threshold_create_bank()
|
/linux/fs/btrfs/ |
A D | export.c | 280 .get_name = btrfs_get_name,
|
/linux/drivers/spi/ |
A D | spi-mem.c | 844 if (ctlr->mem_ops && ctlr->mem_ops->get_name) in spi_mem_probe() 845 mem->name = ctlr->mem_ops->get_name(mem); in spi_mem_probe()
|
A D | atmel-quadspi.c | 469 .get_name = atmel_qspi_get_name
|
A D | spi-fsl-qspi.c | 840 .get_name = fsl_qspi_get_name,
|
/linux/drivers/soc/tegra/ |
A D | powergate-bpmp.c | 140 return kstrdup(response.get_name.name, GFP_KERNEL); in tegra_bpmp_powergate_get_name()
|
/linux/drivers/infiniband/hw/mlx4/ |
A D | sysfs.c | 356 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/Documentation/filesystems/nfs/ |
A D | exporting.rst | 149 get_name (optional) 152 object identified by the child dentry. If no get_name function is
|
/linux/drivers/net/ethernet/sfc/ |
A D | efx_channels.c | 69 .get_name = efx_get_channel_name, 704 channel->type->get_name(channel, in efx_set_channel_names()
|
/linux/fs/ceph/ |
A D | export.c | 582 .get_name = ceph_get_name,
|
/linux/drivers/base/ |
A D | property.c | 566 return fwnode_call_ptr_op(fwnode, get_name); in fwnode_get_name()
|
/linux/fs/overlayfs/ |
A D | export.c | 870 .get_name = ovl_get_name,
|
/linux/drivers/net/ethernet/sfc/falcon/ |
A D | net_driver.h | 480 void (*get_name)(struct ef4_channel *, char *buf, size_t len); member
|
/linux/include/soc/tegra/ |
A D | bpmp-abi.h | 1641 struct cmd_pg_get_name_response get_name; member
|