Searched refs:item_type (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb16_csp.c | 303 __le32 item_type; in snd_sb_csp_riff_load() local 323 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 325 if (le32_to_cpu(item_type) != CSP__HEADER) { in snd_sb_csp_riff_load() 329 data_ptr += sizeof (item_type); in snd_sb_csp_riff_load() 338 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 340 switch (le32_to_cpu(item_type)) { in snd_sb_csp_riff_load() 342 if (copy_from_user(&funcdesc_h, data_ptr + sizeof(item_type), sizeof(funcdesc_h))) in snd_sb_csp_riff_load() 349 data_ptr += sizeof(item_type); in snd_sb_csp_riff_load()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dquot_item_recover.c | 165 .item_type = XFS_LI_DQUOT, 198 .item_type = XFS_LI_QUOTAOFF,
|
D | xfs_icreate_item.c | 258 .item_type = XFS_LI_ICREATE,
|
D | xfs_rmap_item.c | 660 .item_type = XFS_LI_RUI, 688 .item_type = XFS_LI_RUD,
|
D | xfs_refcount_item.c | 661 .item_type = XFS_LI_CUI, 692 .item_type = XFS_LI_CUD,
|
D | xfs_bmap_item.c | 647 .item_type = XFS_LI_BUI, 678 .item_type = XFS_LI_BUD,
|
D | xfs_extfree_item.c | 721 .item_type = XFS_LI_EFI, 752 .item_type = XFS_LI_EFD,
|
D | xfs_inode_item_recover.c | 486 .item_type = XFS_LI_INODE,
|
D | xfs_buf_item_recover.c | 990 .item_type = XFS_LI_BUF,
|
D | xfs_log_recover.c | 1787 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 24 uint16_t item_type; /* XFS_LI_* type code. */ member
|
/kernel/linux/linux-5.10/include/linux/ |
D | configfs.h | 250 const struct config_item_type *item_type);
|
/kernel/linux/linux-5.10/fs/configfs/ |
D | dir.c | 1844 const struct config_item_type *item_type) in configfs_register_default_group() argument 1852 config_group_init_type_name(group, name, item_type); in configfs_register_default_group()
|