Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_refcount_item.c148 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 Dxfs_rmap_item.c148 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 Dxfs_extfree_item.c152 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 Dxfs_dquot_item_recover.c180 .item_type = XFS_LI_DQUOT,
213 .item_type = XFS_LI_QUOTAOFF,
H A Dxfs_exchmaps_item.c581 .item_type = XFS_LI_XMI,
612 .item_type = XFS_LI_XMD,
H A Dxfs_icreate_item.c259 .item_type = XFS_LI_ICREATE,
H A Dxfs_bmap_item.c688 .item_type = XFS_LI_BUI,
720 .item_type = XFS_LI_BUD,
H A Dxfs_inode_item_recover.c601 .item_type = XFS_LI_INODE,
H A Dxfs_buf_item_recover.c1155 .item_type = XFS_LI_BUF,
/linux/rust/kernel/
H A Dconfigfs.rs150 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 Dimpl_list_item_mod.rs79 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 Dconfigfs.rs19 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 Dxfs_log_recover.h25 uint16_t item_type; /* XFS_LI_* type code. */ member
/linux/include/linux/
H A Dconfigfs.h252 const struct config_item_type *item_type);
/linux/fs/configfs/
H A Ddir.c1845 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()