Home
last modified time | relevance | path

Searched refs:ci_name (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/fs/configfs/
H A Ditem.c73 if (item->ci_name && item->ci_name != item->ci_namebuf) in config_item_set_name()
74 kfree(item->ci_name); in config_item_set_name()
77 item->ci_name = name; in config_item_set_name()
124 if (item->ci_name != item->ci_namebuf) in config_item_cleanup()
125 kfree(item->ci_name); in config_item_cleanup()
126 item->ci_name = NULL; in config_item_cleanup()
H A Dmount.c46 .ci_name = configfs_root_group.cg_item.ci_namebuf,
H A Ddir.c669 if (!group->cg_item.ci_name) in create_default_group()
670 group->cg_item.ci_name = group->cg_item.ci_namebuf; in create_default_group()
673 child = d_alloc_name(parent, group->cg_item.ci_name); in create_default_group()
1863 if (!group->cg_item.ci_name) in configfs_register_subsystem()
1864 group->cg_item.ci_name = group->cg_item.ci_namebuf; in configfs_register_subsystem()
1874 dentry = d_alloc_name(root, group->cg_item.ci_name); in configfs_register_subsystem()
/openbmc/u-boot/include/zfs/
H A Dzio_checksum.h27 char *ci_name; /* descriptive name */ member
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c357 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup() argument
385 if (ci_name) in xfs_dir_lookup()
415 if (ci_name) { in xfs_dir_lookup()
416 ci_name->name = args->value; in xfs_dir_lookup()
417 ci_name->len = args->valuelen; in xfs_dir_lookup()
H A Dxfs_dir2.h46 struct xfs_name *ci_name);
/openbmc/linux/include/linux/
H A Dconfigfs.h39 char *ci_name; member
54 return item->ci_name; in config_item_name()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c321 struct xfs_name ci_name; in xfs_vn_ci_lookup() local
329 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); in xfs_vn_ci_lookup()
342 if (!ci_name.name) in xfs_vn_ci_lookup()
346 dname.name = ci_name.name; in xfs_vn_ci_lookup()
347 dname.len = ci_name.len; in xfs_vn_ci_lookup()
349 kmem_free(ci_name.name); in xfs_vn_ci_lookup()
H A Dxfs_inode.h504 struct xfs_inode **ipp, struct xfs_name *ci_name);
H A Dxfs_inode.c655 struct xfs_name *ci_name) in xfs_lookup() argument
665 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()
676 if (ci_name) in xfs_lookup()
677 kmem_free(ci_name->name); in xfs_lookup()
/openbmc/linux/drivers/iio/
H A Dindustrialio-sw-trigger.c137 t = iio_sw_trigger_create(group->cg_item.ci_name, name); in trigger_make_group()
H A Dindustrialio-sw-device.c133 d = iio_sw_device_create(group->cg_item.ci_name, name); in device_make_group()
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c1770 if (!strcmp(target->ci_parent->ci_name, uvcg_format_names[i])) in uvcg_streaming_header_allow_link()
3329 if (!strcmp(tgt->ci_name, "iad_desc")) in uvc_func_allow_link()
3331 else if (!strcmp(tgt->ci_name, "vs0_desc")) in uvc_func_allow_link()
3333 else if (!strcmp(tgt->ci_name, "vs1_desc")) in uvc_func_allow_link()
3354 if (!strcmp(tgt->ci_name, "iad_desc")) in uvc_func_drop_link()
3356 else if (!strcmp(tgt->ci_name, "vs0_desc")) in uvc_func_drop_link()
3358 else if (!strcmp(tgt->ci_name, "vs1_desc")) in uvc_func_drop_link()
H A Df_uvc.c426 return sprintf(buf, "%s\n", uvc->func.fi->group.cg_item.ci_name); in function_name_show()
H A Df_mass_storage.c3325 (const char **)&group->cg_item.ci_name); in fsg_lun_make()
3514 (const char **)&opts->func_inst.group.cg_item.ci_name); in fsg_alloc_inst()
/openbmc/linux/drivers/hwtracing/stm/
H A Dpolicy.c514 policy_node->group.cg_item.ci_name)) { in __stp_policy_node_lookup()
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c614 group->cg_item.ci_name, epf_group->index); in pci_epf_make()
/openbmc/linux/Documentation/filesystems/
H A Dconfigfs.rst144 char *ci_name;
/openbmc/linux/fs/ocfs2/cluster/
H A Dheartbeat.c1850 reg->hr_item.ci_name); in o2hb_region_dev_store()