/linux-4.4.14/fs/configfs/ |
D | symlink.c | 157 if (!type || !type->ct_item_ops || in configfs_symlink() 158 !type->ct_item_ops->allow_link) in configfs_symlink() 165 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink() 170 if (ret && type->ct_item_ops->drop_link) in configfs_symlink() 171 type->ct_item_ops->drop_link(parent_item, in configfs_symlink() 214 if (type && type->ct_item_ops && in configfs_unlink() 215 type->ct_item_ops->drop_link) in configfs_unlink() 216 type->ct_item_ops->drop_link(parent_item, in configfs_unlink()
|
D | item.c | 151 if (t && t->ct_item_ops && t->ct_item_ops->release) in config_item_cleanup() 152 t->ct_item_ops->release(item); in config_item_cleanup()
|
D | file.c | 230 ops = item->ci_type->ct_item_ops; in check_perm()
|
/linux-4.4.14/samples/configfs/ |
D | configfs_sample.c | 197 .ct_item_ops = &simple_child_item_ops, 265 .ct_item_ops = &simple_children_item_ops,
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 287 .ct_item_ops = &cluster_ops, 298 .ct_item_ops = &space_ops, 308 .ct_item_ops = &comm_ops, 319 .ct_item_ops = &node_ops,
|
/linux-4.4.14/include/linux/usb/ |
D | gadget_configfs.h | 40 .ct_item_ops = &struct_in##_langid_item_ops, \
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | policy.c | 241 .ct_item_ops = &stp_policy_node_item_ops, 304 .ct_item_ops = &stp_policy_item_ops,
|
/linux-4.4.14/include/linux/ |
D | configfs.h | 84 struct configfs_item_operations *ct_item_ops; member
|
/linux-4.4.14/drivers/target/ |
D | target_core_configfs.c | 55 cit->ct_item_ops = _item_ops; \ 67 cit->ct_item_ops = _item_ops; \ 2234 .ct_item_ops = &target_core_alua_lu_gp_ops, 2292 .ct_item_ops = NULL, 2671 .ct_item_ops = &target_core_alua_tg_pt_gp_ops, 2742 .ct_item_ops = NULL, 3004 .ct_item_ops = &target_core_hba_item_ops, 3087 .ct_item_ops = NULL,
|
D | target_core_fabric_configfs.c | 48 cit->ct_item_ops = _item_ops; \ 61 cit->ct_item_ops = _item_ops; \
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | nodemanager.c | 382 .ct_item_ops = &o2nm_node_item_ops, 642 .ct_item_ops = &o2nm_cluster_item_ops,
|
D | heartbeat.c | 1882 .ct_item_ops = &o2hb_region_item_ops,
|
/linux-4.4.14/drivers/usb/gadget/ |
D | configfs.c | 508 .ct_item_ops = &gadget_config_item_ops, 514 .ct_item_ops = &gadget_root_item_ops, 891 .ct_item_ops = &os_desc_ops, 1037 ext_prop_type->ct_item_ops = &ext_prop_ops; in ext_prop_make()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_serial.c | 285 .ct_item_ops = &serial_item_ops,
|
D | f_subset.c | 416 .ct_item_ops = &gether_item_ops,
|
D | f_obex.c | 414 .ct_item_ops = &obex_item_ops,
|
D | uvc_configfs.c | 618 .ct_item_ops = &uvcg_control_class_item_ops, 906 .ct_item_ops = &uvcg_streaming_header_item_ops, 2144 .ct_item_ops = &uvcg_streaming_class_item_ops, 2271 .ct_item_ops = &uvc_item_ops,
|
D | f_loopback.c | 562 .ct_item_ops = &lb_item_ops,
|
D | f_eem.c | 556 .ct_item_ops = &eem_item_ops,
|
D | f_phonet.c | 610 .ct_item_ops = &phonet_item_ops,
|
D | f_acm.c | 788 .ct_item_ops = &acm_item_ops,
|
D | f_ecm.c | 849 .ct_item_ops = &ecm_item_ops,
|
D | f_rndis.c | 875 .ct_item_ops = &rndis_item_ops,
|
D | f_uac1.c | 886 .ct_item_ops = &f_uac1_item_ops,
|
D | f_hid.c | 821 .ct_item_ops = &hidg_item_ops,
|
D | f_sourcesink.c | 1167 .ct_item_ops = &ss_item_ops,
|
D | f_midi.c | 1026 .ct_item_ops = &midi_item_ops,
|
D | f_printer.c | 1237 .ct_item_ops = &printer_item_ops,
|
D | f_mass_storage.c | 3238 .ct_item_ops = &fsg_lun_item_ops, 3433 .ct_item_ops = &fsg_item_ops,
|
D | f_ncm.c | 1499 .ct_item_ops = &ncm_item_ops,
|
D | f_uac2.c | 1512 .ct_item_ops = &f_uac2_item_ops,
|
D | f_fs.c | 3125 .ct_item_ops = &ffs_item_ops,
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 171 struct configfs_item_operations *ct_item_ops; 178 allocated dynamically will need to provide the ct_item_ops->release() 345 A config_item may provide the ct_item_ops->allow_link() and 346 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
|
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 621 .ct_item_ops = &netconsole_target_item_ops,
|