Home
last modified time | relevance | path

Searched refs:xfs_icreate_item (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_icreate_item.c17 static inline struct xfs_icreate_item *ICR_ITEM(struct xfs_log_item *lip) in ICR_ITEM()
19 return container_of(lip, struct xfs_icreate_item, ic_item); in ICR_ITEM()
46 struct xfs_icreate_item *icp = ICR_ITEM(lip); in xfs_icreate_item_format()
90 struct xfs_icreate_item *icp; in xfs_icreate_log()
Dxfs_icreate_item.h10 struct xfs_icreate_item { struct
DMakefile105 xfs_icreate_item.o \
Dxfs_super.c1925 xfs_icreate_zone = kmem_zone_init(sizeof(struct xfs_icreate_item), in xfs_init_zones()