Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_refcount_item.c143 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 Dxfs_rmap_item.c143 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 Dxfs_extfree_item.c147 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 Dxfs_dquot_item_recover.c180 .item_type = XFS_LI_DQUOT,
213 .item_type = XFS_LI_QUOTAOFF,
H A Dxfs_icreate_item.c259 .item_type = XFS_LI_ICREATE,
H A Dxfs_exchmaps_item.c581 .item_type = XFS_LI_XMI,
612 .item_type = XFS_LI_XMD,
H A Dxfs_bmap_item.c678 .item_type = XFS_LI_BUI,
710 .item_type = XFS_LI_BUD,
H A Dxfs_attr_item.c1243 .item_type = XFS_LI_ATTRI,
1257 .item_type = XFS_LI_ATTRD,
H A Dxfs_inode_item_recover.c601 .item_type = XFS_LI_INODE,
H A Dxfs_buf_item_recover.c1145 .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-6.15/rust/kernel/list/
H A Dimpl_list_item_mod.rs87 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 Dsb16_csp.c307 __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 Dxfs_log_recover.h25 uint16_t item_type; /* XFS_LI_* type code. */ member
/linux-6.15/include/linux/
H A Dconfigfs.h248 const struct config_item_type *item_type);
/linux-6.15/fs/configfs/
H A Ddir.c1843 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()