Home
last modified time | relevance | path

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

12

/Linux-v4.19/fs/configfs/
Dsymlink.c156 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()
Ditem.c143 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()
Dfile.c388 ops = item->ci_type->ct_item_ops; in check_perm()
/Linux-v4.19/drivers/nvme/target/
Dconfigfs.c527 .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/
Dconfigfs_sample.c197 .ct_item_ops = &simple_child_item_ops,
265 .ct_item_ops = &simple_children_item_ops,
/Linux-v4.19/drivers/infiniband/core/
Dcma_configfs.c267 .ct_item_ops = &cma_ports_item_ops,
276 .ct_item_ops = &cma_device_item_ops,
/Linux-v4.19/fs/dlm/
Dconfig.c291 .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/
Dgadget_configfs.h41 .ct_item_ops = &struct_in##_langid_item_ops, \
/Linux-v4.19/drivers/hwtracing/stm/
Dpolicy.c232 .ct_item_ops = &stp_policy_node_item_ops,
307 .ct_item_ops = &stp_policy_item_ops,
/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c49 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()
Dtarget_core_configfs.c55 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/
Dpci-ep-cfs.c148 .ct_item_ops = &pci_epc_item_ops,
386 .ct_item_ops = &pci_epf_ops,
/Linux-v4.19/include/linux/
Dconfigfs.h83 struct configfs_item_operations *ct_item_ops; member
/Linux-v4.19/fs/ocfs2/cluster/
Dnodemanager.c419 .ct_item_ops = &o2nm_node_item_ops,
678 .ct_item_ops = &o2nm_cluster_item_ops,
/Linux-v4.19/drivers/usb/gadget/
Dconfigfs.c510 .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/
Dconfigfs.txt183 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/
Df_serial.c282 .ct_item_ops = &serial_item_ops,
Df_subset.c412 .ct_item_ops = &gether_item_ops,
Df_obex.c411 .ct_item_ops = &obex_item_ops,
Df_loopback.c556 .ct_item_ops = &lb_item_ops,
Duvc_configfs.c591 .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,
Df_eem.c555 .ct_item_ops = &eem_item_ops,
Df_phonet.c602 .ct_item_ops = &phonet_item_ops,
Df_ecm.c847 .ct_item_ops = &ecm_item_ops,
Df_uac1.c709 .ct_item_ops = &f_uac1_item_ops,

12