Searched refs:item_type (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/ |
D | xfs_dquot_item_recover.c | 165 .item_type = XFS_LI_DQUOT, 198 .item_type = XFS_LI_QUOTAOFF,
|
D | xfs_refcount_item.c | 676 .item_type = XFS_LI_CUI, 707 .item_type = XFS_LI_CUD,
|
D | xfs_icreate_item.c | 259 .item_type = XFS_LI_ICREATE,
|
D | xfs_rmap_item.c | 682 .item_type = XFS_LI_RUI, 710 .item_type = XFS_LI_RUD,
|
D | xfs_bmap_item.c | 664 .item_type = XFS_LI_BUI, 695 .item_type = XFS_LI_BUD,
|
D | xfs_extfree_item.c | 731 .item_type = XFS_LI_EFI, 762 .item_type = XFS_LI_EFD,
|
D | xfs_inode_item_recover.c | 486 .item_type = XFS_LI_INODE,
|
D | xfs_buf_item_recover.c | 1009 .item_type = XFS_LI_BUF,
|
D | xfs_log_recover.c | 1812 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
|
/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 24 uint16_t item_type; /* XFS_LI_* type code. */ member
|
/fs/configfs/ |
D | dir.c | 1819 const struct config_item_type *item_type) in configfs_register_default_group() argument 1827 config_group_init_type_name(group, name, item_type); in configfs_register_default_group()
|