Home
last modified time | relevance | path

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

/linux-3.3/fs/configfs/
Dsymlink.c161 if (!type || !type->ct_item_ops || in configfs_symlink()
162 !type->ct_item_ops->allow_link) in configfs_symlink()
169 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink()
174 if (ret && type->ct_item_ops->drop_link) in configfs_symlink()
175 type->ct_item_ops->drop_link(parent_item, in configfs_symlink()
220 if (type && type->ct_item_ops && in configfs_unlink()
221 type->ct_item_ops->drop_link) in configfs_unlink()
222 type->ct_item_ops->drop_link(parent_item, in configfs_unlink()
Ditem.c151 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()
Dfile.c231 ops = item->ci_type->ct_item_ops; in check_perm()
/linux-3.3/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c133 .ct_item_ops = &childless_item_ops,
226 .ct_item_ops = &simple_child_item_ops,
298 .ct_item_ops = &simple_children_item_ops,
376 .ct_item_ops = &group_children_item_ops,
Dconfigfs_example_explicit.c170 .ct_item_ops = &childless_item_ops,
263 .ct_item_ops = &simple_child_item_ops,
335 .ct_item_ops = &simple_children_item_ops,
413 .ct_item_ops = &group_children_item_ops,
Dconfigfs.txt177 struct configfs_item_operations *ct_item_ops;
184 allocated dynamically will need to provide the ct_item_ops->release()
187 the ct_item_ops->show_attribute() method. Similarly, storing a new
206 ct_item_ops->show_attribute() method, that method will be called
361 A config_item may provide the ct_item_ops->allow_link() and
362 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
/linux-3.3/drivers/target/iscsi/
Discsi_target_stat.c217 .ct_item_ops = &iscsi_stat_instance_item_ops,
299 .ct_item_ops = &iscsi_stat_sess_err_item_ops,
464 .ct_item_ops = &iscsi_stat_tgt_attr_item_ops,
620 .ct_item_ops = &iscsi_stat_login_stats_item_ops,
699 .ct_item_ops = &iscsi_stat_logout_stats_item_ops,
947 .ct_item_ops = &iscsi_stat_sess_stats_item_ops,
/linux-3.3/drivers/target/
Dtarget_core_configfs.c257 .ct_item_ops = &target_core_fabric_item_ops,
760 .ct_item_ops = &target_core_dev_attrib_ops,
1021 .ct_item_ops = &target_core_dev_wwn_ops,
1621 .ct_item_ops = &target_core_dev_pr_ops,
2054 .ct_item_ops = &target_core_dev_item_ops,
2190 .ct_item_ops = &target_core_alua_lu_gp_ops,
2248 .ct_item_ops = NULL,
2610 .ct_item_ops = &target_core_alua_tg_pt_gp_ops,
2685 .ct_item_ops = NULL,
3013 .ct_item_ops = &target_core_hba_item_ops,
[all …]
Dtarget_core_stat.c154 .ct_item_ops = &target_stat_scsi_dev_attrib_ops,
315 .ct_item_ops = &target_stat_scsi_tgt_dev_attrib_ops,
657 .ct_item_ops = &target_stat_scsi_lu_attrib_ops,
822 .ct_item_ops = &target_stat_scsi_port_attrib_ops,
1065 .ct_item_ops = &target_stat_scsi_tgt_port_attrib_ops,
1201 .ct_item_ops = &target_stat_scsi_transport_attrib_ops,
1590 .ct_item_ops = &target_stat_scsi_auth_intr_attrib_ops,
1785 .ct_item_ops = &target_stat_scsi_att_intr_port_attrib_ops,
Dtarget_core_fabric_configfs.c54 cit->ct_item_ops = _item_ops; \
/linux-3.3/include/linux/
Dconfigfs.h84 struct configfs_item_operations *ct_item_ops; member
/linux-3.3/fs/dlm/
Dconfig.c394 .ct_item_ops = &cluster_ops,
405 .ct_item_ops = &space_ops,
415 .ct_item_ops = &comm_ops,
426 .ct_item_ops = &node_ops,
/linux-3.3/fs/ocfs2/cluster/
Dnodemanager.c458 .ct_item_ops = &o2nm_node_item_ops,
782 .ct_item_ops = &o2nm_cluster_item_ops,
Dheartbeat.c2004 .ct_item_ops = &o2hb_region_item_ops,
2321 .ct_item_ops = &o2hb_hearbeat_group_item_ops,
/linux-3.3/drivers/net/
Dnetconsole.c535 .ct_item_ops = &netconsole_target_item_ops,
/linux-3.3/drivers/misc/
Dspear13xx_pcie_gadget.c654 .ct_item_ops = &pcie_gadget_target_item_ops,