Searched refs:ci_name (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/fs/configfs/ |
D | item.c | 104 if (item->ci_name && item->ci_name != item->ci_namebuf) in config_item_set_name() 105 kfree(item->ci_name); in config_item_set_name() 108 item->ci_name = name; in config_item_set_name() 148 if (item->ci_name != item->ci_namebuf) in config_item_cleanup() 149 kfree(item->ci_name); in config_item_cleanup() 150 item->ci_name = NULL; in config_item_cleanup()
|
D | dir.c | 661 if (!group->cg_item.ci_name) in create_default_group() 662 group->cg_item.ci_name = group->cg_item.ci_namebuf; in create_default_group() 665 child = d_alloc_name(parent, group->cg_item.ci_name); in create_default_group() 1761 if (!group->cg_item.ci_name) in configfs_register_subsystem() 1762 group->cg_item.ci_name = group->cg_item.ci_namebuf; in configfs_register_subsystem() 1770 dentry = d_alloc_name(root, group->cg_item.ci_name); in configfs_register_subsystem()
|
D | mount.c | 52 .ci_name = configfs_root_group.cg_item.ci_namebuf,
|
/linux-4.4.14/include/linux/ |
D | configfs.h | 57 char *ci_name; member 72 return item->ci_name; in config_item_name()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2.c | 360 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup() argument 388 if (ci_name) in xfs_dir_lookup() 418 if (ci_name) { in xfs_dir_lookup() 419 ci_name->name = args->value; in xfs_dir_lookup() 420 ci_name->len = args->valuelen; in xfs_dir_lookup()
|
D | xfs_dir2.h | 135 struct xfs_name *ci_name);
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 268 struct xfs_name ci_name; in xfs_vn_ci_lookup() local 276 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); in xfs_vn_ci_lookup() 289 if (!ci_name.name) in xfs_vn_ci_lookup() 293 dname.name = ci_name.name; in xfs_vn_ci_lookup() 294 dname.len = ci_name.len; in xfs_vn_ci_lookup() 296 kmem_free(ci_name.name); in xfs_vn_ci_lookup()
|
D | xfs_inode.h | 377 struct xfs_inode **ipp, struct xfs_name *ci_name);
|
D | xfs_inode.c | 680 struct xfs_name *ci_name) in xfs_lookup() argument 691 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup() 703 if (ci_name) in xfs_lookup() 704 kmem_free(ci_name->name); in xfs_lookup()
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | policy.c | 60 return policy_node->group.cg_item.ci_name ? : "<none>"; in stp_policy_node_name() 416 policy_node->group.cg_item.ci_name)) { in __stp_policy_node_lookup()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 3284 (const char **)&group->cg_item.ci_name); in fsg_lun_make() 3475 (const char **)&opts->func_inst.group.cg_item.ci_name); in fsg_alloc_inst()
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 124 char *ci_name;
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 1787 reg->hr_item.ci_name); in o2hb_region_dev_store()
|
/linux-4.4.14/drivers/target/ |
D | target_core_configfs.c | 206 " %s\n", tf->tf_group.cg_item.ci_name); in target_core_register_fabric()
|