Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 10 of 10) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs41 //! 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 Dimpl_list_item_mod.rs79 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 Dsb16_csp.c301 __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 Dxfs_log_recover.h25 uint16_t item_type; /* XFS_LI_* type code. */ member
/linux/include/linux/
H A Dconfigfs.h252 const struct config_item_type *item_type);
/linux/fs/xfs/
H A Dxfs_attr_item.c1238 .item_type = XFS_LI_ATTRI,
1252 .item_type = XFS_LI_ATTRD,
H A Dxfs_inode_item_recover.c601 .item_type = XFS_LI_INODE,
H A Dxfs_buf_item_recover.c1155 .item_type = XFS_LI_BUF,
H A Dxfs_log_recover.c1836 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
/linux/fs/configfs/
H A Ddir.c1845 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()