/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot_item_recover.c | 165 .item_type = XFS_LI_DQUOT, 198 .item_type = XFS_LI_QUOTAOFF,
|
H A D | xfs_icreate_item.c | 258 .item_type = XFS_LI_ICREATE,
|
H A D | xfs_refcount_item.c | 661 .item_type = XFS_LI_CUI, 692 .item_type = XFS_LI_CUD,
|
H A D | xfs_bmap_item.c | 647 .item_type = XFS_LI_BUI, 678 .item_type = XFS_LI_BUD,
|
H A D | xfs_rmap_item.c | 660 .item_type = XFS_LI_RUI, 688 .item_type = XFS_LI_RUD,
|
H A D | xfs_extfree_item.c | 721 .item_type = XFS_LI_EFI, 752 .item_type = XFS_LI_EFD,
|
H A D | xfs_inode_item_recover.c | 486 .item_type = XFS_LI_INODE,
|
H A D | xfs_buf_item_recover.c | 990 .item_type = XFS_LI_BUF,
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16_csp.c | 305 __le32 item_type; in snd_sb_csp_riff_load() local 325 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 327 if (le32_to_cpu(item_type) != CSP__HEADER) { in snd_sb_csp_riff_load() 331 data_ptr += sizeof (item_type); in snd_sb_csp_riff_load() 340 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load() 342 switch (le32_to_cpu(item_type)) { in snd_sb_csp_riff_load() 344 if (copy_from_user(&funcdesc_h, data_ptr + sizeof(item_type), sizeof(funcdesc_h))) in snd_sb_csp_riff_load() 351 data_ptr += sizeof(item_type); in snd_sb_csp_riff_load() [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot_item_recover.c | 180 .item_type = XFS_LI_DQUOT, 213 .item_type = XFS_LI_QUOTAOFF,
|
H A D | xfs_refcount_item.c | 709 .item_type = XFS_LI_CUI, 741 .item_type = XFS_LI_CUD,
|
H A D | xfs_icreate_item.c | 259 .item_type = XFS_LI_ICREATE,
|
H A D | xfs_extfree_item.c | 833 .item_type = XFS_LI_EFI, 876 .item_type = XFS_LI_EFD,
|
H A D | xfs_bmap_item.c | 694 .item_type = XFS_LI_BUI, 726 .item_type = XFS_LI_BUD,
|
H A D | xfs_rmap_item.c | 715 .item_type = XFS_LI_RUI, 747 .item_type = XFS_LI_RUD,
|
H A D | xfs_attr_item.c | 866 .item_type = XFS_LI_ATTRI, 880 .item_type = XFS_LI_ATTRD,
|
H A D | xfs_inode_item_recover.c | 561 .item_type = XFS_LI_INODE,
|
H A D | xfs_buf_item_recover.c | 1009 .item_type = XFS_LI_BUF,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_recover.h | 24 uint16_t item_type; /* XFS_LI_* type code. */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_recover.h | 24 uint16_t item_type; /* XFS_LI_* type code. */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | configfs.h | 250 const struct config_item_type *item_type);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | configfs.h | 245 const struct config_item_type *item_type);
|
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | dir.c | 1834 * @item_type: child item type description 1844 const struct config_item_type *item_type) in configfs_register_default_group() 1852 config_group_init_type_name(group, name, item_type); in configfs_register_default_group() 1842 configfs_register_default_group(struct config_group *parent_group, const char *name, const struct config_item_type *item_type) configfs_register_default_group() argument
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 1804 * @item_type: child item type description 1814 const struct config_item_type *item_type) in configfs_register_default_group() 1822 config_group_init_type_name(group, name, item_type); in configfs_register_default_group() 1812 configfs_register_default_group(struct config_group *parent_group, const char *name, const struct config_item_type *item_type) configfs_register_default_group() argument
|