/Linux-v4.19/fs/configfs/ |
D | symlink.c | 156 if (!type || !type->ct_item_ops || in configfs_symlink() 157 !type->ct_item_ops->allow_link) in configfs_symlink() 164 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink() 169 if (ret && type->ct_item_ops->drop_link) in configfs_symlink() 170 type->ct_item_ops->drop_link(parent_item, in configfs_symlink() 213 if (type && type->ct_item_ops && in configfs_unlink() 214 type->ct_item_ops->drop_link) in configfs_unlink() 215 type->ct_item_ops->drop_link(parent_item, in configfs_unlink()
|
D | item.c | 143 if (t && t->ct_item_ops && t->ct_item_ops->release) in config_item_cleanup() 144 t->ct_item_ops->release(item); in config_item_cleanup()
|
D | file.c | 388 ops = item->ci_type->ct_item_ops; in check_perm()
|
/Linux-v4.19/drivers/nvme/target/ |
D | configfs.c | 527 .ct_item_ops = &nvmet_ns_item_ops, 642 .ct_item_ops = &nvmet_port_subsys_item_ops, 715 .ct_item_ops = &nvmet_allowed_hosts_item_ops, 831 .ct_item_ops = &nvmet_subsys_item_ops, 931 .ct_item_ops = &nvmet_referral_item_ops, 1037 .ct_item_ops = &nvmet_ana_group_item_ops, 1113 .ct_item_ops = &nvmet_port_item_ops, 1200 .ct_item_ops = &nvmet_host_item_ops,
|
/Linux-v4.19/samples/configfs/ |
D | configfs_sample.c | 197 .ct_item_ops = &simple_child_item_ops, 265 .ct_item_ops = &simple_children_item_ops,
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cma_configfs.c | 267 .ct_item_ops = &cma_ports_item_ops, 276 .ct_item_ops = &cma_device_item_ops,
|
/Linux-v4.19/fs/dlm/ |
D | config.c | 291 .ct_item_ops = &cluster_ops, 302 .ct_item_ops = &space_ops, 312 .ct_item_ops = &comm_ops, 323 .ct_item_ops = &node_ops,
|
/Linux-v4.19/include/linux/usb/ |
D | gadget_configfs.h | 41 .ct_item_ops = &struct_in##_langid_item_ops, \
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | policy.c | 232 .ct_item_ops = &stp_policy_node_item_ops, 307 .ct_item_ops = &stp_policy_item_ops,
|
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 49 cit->ct_item_ops = _item_ops; \ 62 cit->ct_item_ops = _item_ops; \ 86 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link() 640 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) { in target_fabric_port_link()
|
D | target_core_configfs.c | 55 cit->ct_item_ops = _item_ops; \ 67 cit->ct_item_ops = _item_ops; \ 2383 .ct_item_ops = &target_core_alua_lu_gp_ops, 2441 .ct_item_ops = NULL, 2820 .ct_item_ops = &target_core_alua_tg_pt_gp_ops, 2891 .ct_item_ops = NULL, 3116 .ct_item_ops = &target_core_hba_item_ops, 3199 .ct_item_ops = NULL,
|
/Linux-v4.19/drivers/pci/endpoint/ |
D | pci-ep-cfs.c | 148 .ct_item_ops = &pci_epc_item_ops, 386 .ct_item_ops = &pci_epf_ops,
|
/Linux-v4.19/include/linux/ |
D | configfs.h | 83 struct configfs_item_operations *ct_item_ops; member
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | nodemanager.c | 419 .ct_item_ops = &o2nm_node_item_ops, 678 .ct_item_ops = &o2nm_cluster_item_ops,
|
/Linux-v4.19/drivers/usb/gadget/ |
D | configfs.c | 510 .ct_item_ops = &gadget_config_item_ops, 516 .ct_item_ops = &gadget_root_item_ops, 895 .ct_item_ops = &os_desc_ops, 1041 ext_prop_type->ct_item_ops = &ext_prop_ops; in ext_prop_make()
|
/Linux-v4.19/Documentation/filesystems/configfs/ |
D | configfs.txt | 183 struct configfs_item_operations *ct_item_ops; 191 allocated dynamically will need to provide the ct_item_ops->release() 237 ct_item_ops->read_bin_attribute() method, that method will be called 385 A config_item may provide the ct_item_ops->allow_link() and 386 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_serial.c | 282 .ct_item_ops = &serial_item_ops,
|
D | f_subset.c | 412 .ct_item_ops = &gether_item_ops,
|
D | f_obex.c | 411 .ct_item_ops = &obex_item_ops,
|
D | f_loopback.c | 556 .ct_item_ops = &lb_item_ops,
|
D | uvc_configfs.c | 591 .ct_item_ops = &uvcg_control_class_item_ops, 862 .ct_item_ops = &uvcg_streaming_header_item_ops, 2090 .ct_item_ops = &uvcg_streaming_class_item_ops, 2189 .ct_item_ops = &uvc_item_ops,
|
D | f_eem.c | 555 .ct_item_ops = &eem_item_ops,
|
D | f_phonet.c | 602 .ct_item_ops = &phonet_item_ops,
|
D | f_ecm.c | 847 .ct_item_ops = &ecm_item_ops,
|
D | f_uac1.c | 709 .ct_item_ops = &f_uac1_item_ops,
|