| /linux/fs/xfs/ |
| H A D | xfs_refcount_item.c | 148 unsigned short item_type, in xfs_cui_init() argument 154 ASSERT(item_type == XFS_LI_CUI || item_type == XFS_LI_CUI_RT); in xfs_cui_init() 163 xfs_log_item_init(mp, &cuip->cui_item, item_type, &xfs_cui_item_ops); in xfs_cui_init() 314 unsigned short item_type) in __xfs_refcount_update_create_intent() argument 322 cuip = xfs_cui_init(mp, item_type, count); in __xfs_refcount_update_create_intent() 745 .item_type = XFS_LI_CUI, 800 .item_type = XFS_LI_CUI_RT, 832 .item_type = XFS_LI_CUD, 862 .item_type = XFS_LI_CUD_RT,
|
| H A D | xfs_rmap_item.c | 148 unsigned short item_type, in xfs_rui_init() argument 155 ASSERT(item_type == XFS_LI_RUI || item_type == XFS_LI_RUI_RT); in xfs_rui_init() 164 xfs_log_item_init(mp, &ruip->rui_item, item_type, &xfs_rui_item_ops); in xfs_rui_init() 339 unsigned short item_type) in __xfs_rmap_update_create_intent() argument 347 ruip = xfs_rui_init(mp, item_type, count); in __xfs_rmap_update_create_intent() 774 .item_type = XFS_LI_RUI, 829 .item_type = XFS_LI_RUI_RT, 861 .item_type = XFS_LI_RUD, 891 .item_type = XFS_LI_RUD_RT,
|
| H A D | xfs_extfree_item.c | 152 unsigned short item_type, in xfs_efi_init() argument 157 ASSERT(item_type == XFS_LI_EFI || item_type == XFS_LI_EFI_RT); in xfs_efi_init() 168 xfs_log_item_init(mp, &efip->efi_item, item_type, &xfs_efi_item_ops); in xfs_efi_init() 423 unsigned short item_type) in __xfs_extent_free_create_intent() argument 431 efip = xfs_efi_init(mp, item_type, count); in __xfs_extent_free_create_intent() 893 .item_type = XFS_LI_EFI, 945 .item_type = XFS_LI_EFI_RT, 988 .item_type = XFS_LI_EFD, 1029 .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_exchmaps_item.c | 581 .item_type = XFS_LI_XMI, 612 .item_type = XFS_LI_XMD,
|
| H A D | xfs_icreate_item.c | 259 .item_type = XFS_LI_ICREATE,
|
| H A D | xfs_bmap_item.c | 688 .item_type = XFS_LI_BUI, 720 .item_type = XFS_LI_BUD,
|
| H A D | xfs_inode_item_recover.c | 601 .item_type = XFS_LI_INODE,
|
| H A D | xfs_buf_item_recover.c | 1155 .item_type = XFS_LI_BUF,
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 150 item_type: &'static ItemType<Subsystem<Data>, Data>, in new() 161 item_type.as_ptr(), in new() 260 item_type: &'static ItemType<Group<Data>, Data>, in new() 269 bindings::config_group_init_type_name(place, name.cast(), item_type.as_ptr()) in new() 733 item_type: Opaque<bindings::config_item_type>, field 756 item_type: Opaque::new(bindings::config_item_type { 773 item_type: Opaque::new(bindings::config_item_type { 792 self.item_type.get() in as_ptr()
|
| /linux/rust/kernel/list/ |
| H A D | impl_list_item_mod.rs | 79 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/drivers/block/rnull/ |
| H A D | configfs.rs | 19 let item_type = configfs_attrs! { in subsystem() localVariable 28 kernel::configfs::Subsystem::new(c_str!("rnull"), item_type, try_pin_init!(Config {})) in subsystem() 53 let item_type = configfs_attrs! { in make_group() localVariable 68 item_type, in make_group()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_log_recover.h | 25 uint16_t item_type; /* XFS_LI_* type code. */ member
|
| /linux/include/linux/ |
| H A D | configfs.h | 252 const struct config_item_type *item_type);
|
| /linux/fs/configfs/ |
| H A D | dir.c | 1845 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()
|