Searched refs:item_type (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/kernel/ |
| H A D | configfs.rs | 41 //! let item_type = configfs_attrs! { 52 //! c"rust_configfs", item_type, Configuration::new() 146 /// `item_type`. 149 item_type: &'static ItemType<Subsystem<Data>, Data>, in new() 160 item_type.as_ptr(), in new() 256 /// given by `name` and it will contain attributes specified by `item_type`. 259 item_type: &'static ItemType<Group<Data>, Data>, in new() 268 bindings::config_group_init_type_name(place, name.cast(), item_type.as_ptr()) in new() 732 item_type: Opaque<bindings::config_item_type>, 755 item_type 733 item_type: Opaque<bindings::config_item_type>, global() field [all...] |
| /linux/rust/kernel/list/ |
| H A D | impl_list_item_mod.rs | 79 HasSelfPtr<$item_type:ty $(, $id:tt)?> 85 unsafe impl$(<$($generics)*>)? $crate::list::HasSelfPtr<$item_type $(, $id)?> for $self {} 91 let ptr: *mut $crate::list::ListLinksSelfPtr<$item_type $(, $id)?> =
|
| /linux/sound/isa/sb/ |
| H A D | sb16_csp.c | 301 __le32 item_type; in snd_sb_csp_riff_load() local 320 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 322 if (le32_to_cpu(item_type) != CSP__HEADER) { in snd_sb_csp_riff_load() 326 data_ptr += sizeof (item_type); in snd_sb_csp_riff_load() 335 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 337 switch (le32_to_cpu(item_type)) { in snd_sb_csp_riff_load() 339 if (copy_from_user(&funcdesc_h, data_ptr + sizeof(item_type), sizeof(funcdesc_h))) in snd_sb_csp_riff_load() 346 data_ptr += sizeof(item_type); in snd_sb_csp_riff_load()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_log_recover.h | 25 uint16_t item_type; /* XFS_LI_* type code. */ member
|
| /linux/include/linux/ |
| H A D | configfs.h | 252 const struct config_item_type *item_type);
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_item.c | 1238 .item_type = XFS_LI_ATTRI, 1252 .item_type = XFS_LI_ATTRD,
|
| H A D | xfs_inode_item_recover.c | 601 .item_type = XFS_LI_INODE,
|
| H A D | xfs_buf_item_recover.c | 1155 .item_type = XFS_LI_BUF,
|
| H A D | xfs_log_recover.c | 1836 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
|
| /linux/fs/configfs/ |
| H A D | dir.c | 1845 const struct config_item_type *item_type) in configfs_register_default_group() argument 1853 config_group_init_type_name(group, name, item_type); in configfs_register_default_group()
|