| /linux-6.15/fs/xfs/ |
| H A D | xfs_refcount_item.c | 143 unsigned short item_type, in xfs_cui_init() argument 149 ASSERT(item_type == XFS_LI_CUI || item_type == XFS_LI_CUI_RT); in xfs_cui_init() 158 xfs_log_item_init(mp, &cuip->cui_item, item_type, &xfs_cui_item_ops); in xfs_cui_init() 304 unsigned short item_type) in __xfs_refcount_update_create_intent() argument 312 cuip = xfs_cui_init(mp, item_type, count); in __xfs_refcount_update_create_intent() 735 .item_type = XFS_LI_CUI, 790 .item_type = XFS_LI_CUI_RT, 822 .item_type = XFS_LI_CUD, 852 .item_type = XFS_LI_CUD_RT,
|
| H A D | xfs_rmap_item.c | 143 unsigned short item_type, in xfs_rui_init() argument 150 ASSERT(item_type == XFS_LI_RUI || item_type == XFS_LI_RUI_RT); in xfs_rui_init() 159 xfs_log_item_init(mp, &ruip->rui_item, item_type, &xfs_rui_item_ops); in xfs_rui_init() 329 unsigned short item_type) in __xfs_rmap_update_create_intent() argument 337 ruip = xfs_rui_init(mp, item_type, count); in __xfs_rmap_update_create_intent() 764 .item_type = XFS_LI_RUI, 819 .item_type = XFS_LI_RUI_RT, 851 .item_type = XFS_LI_RUD, 881 .item_type = XFS_LI_RUD_RT,
|
| H A D | xfs_extfree_item.c | 147 unsigned short item_type, in xfs_efi_init() argument 152 ASSERT(item_type == XFS_LI_EFI || item_type == XFS_LI_EFI_RT); in xfs_efi_init() 163 xfs_log_item_init(mp, &efip->efi_item, item_type, &xfs_efi_item_ops); in xfs_efi_init() 410 unsigned short item_type) in __xfs_extent_free_create_intent() argument 418 efip = xfs_efi_init(mp, item_type, count); in __xfs_extent_free_create_intent() 880 .item_type = XFS_LI_EFI, 932 .item_type = XFS_LI_EFI_RT, 975 .item_type = XFS_LI_EFD, 1016 .item_type = XFS_LI_EFD_RT,
|
| H A D | xfs_dquot_item_recover.c | 180 .item_type = XFS_LI_DQUOT, 213 .item_type = XFS_LI_QUOTAOFF,
|
| H A D | xfs_icreate_item.c | 259 .item_type = XFS_LI_ICREATE,
|
| H A D | xfs_exchmaps_item.c | 581 .item_type = XFS_LI_XMI, 612 .item_type = XFS_LI_XMD,
|
| H A D | xfs_bmap_item.c | 678 .item_type = XFS_LI_BUI, 710 .item_type = XFS_LI_BUD,
|
| H A D | xfs_attr_item.c | 1243 .item_type = XFS_LI_ATTRI, 1257 .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 | 1145 .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-6.15/rust/kernel/list/ |
| H A D | impl_list_item_mod.rs | 87 HasSelfPtr<$item_type:ty $(, $id:tt)?> 93 unsafe impl$(<$($implarg)*>)? $crate::list::HasSelfPtr<$item_type $(, $id)?> for 105 let ptr: *mut $crate::list::ListLinksSelfPtr<$item_type $(, $id)?> =
|
| /linux-6.15/sound/isa/sb/ |
| H A D | sb16_csp.c | 307 __le32 item_type; in snd_sb_csp_riff_load() local 327 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 329 if (le32_to_cpu(item_type) != CSP__HEADER) { in snd_sb_csp_riff_load() 333 data_ptr += sizeof (item_type); in snd_sb_csp_riff_load() 342 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 344 switch (le32_to_cpu(item_type)) { in snd_sb_csp_riff_load() 346 if (copy_from_user(&funcdesc_h, data_ptr + sizeof(item_type), sizeof(funcdesc_h))) in snd_sb_csp_riff_load() 353 data_ptr += sizeof(item_type); in snd_sb_csp_riff_load()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_log_recover.h | 25 uint16_t item_type; /* XFS_LI_* type code. */ member
|
| /linux-6.15/include/linux/ |
| H A D | configfs.h | 248 const struct config_item_type *item_type);
|
| /linux-6.15/fs/configfs/ |
| H A D | dir.c | 1843 const struct config_item_type *item_type) in configfs_register_default_group() argument 1851 config_group_init_type_name(group, name, item_type); in configfs_register_default_group()
|