xfs_efd_log_item  234 fs/xfs/xfs_extfree_item.c static inline struct xfs_efd_log_item *EFD_ITEM(struct xfs_log_item *lip)
xfs_efd_log_item  236 fs/xfs/xfs_extfree_item.c 	return container_of(lip, struct xfs_efd_log_item, efd_item);
xfs_efd_log_item  240 fs/xfs/xfs_extfree_item.c xfs_efd_item_free(struct xfs_efd_log_item *efdp)
xfs_efd_log_item  256 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item *efdp)
xfs_efd_log_item  284 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item	*efdp = EFD_ITEM(lip);
xfs_efd_log_item  305 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item	*efdp = EFD_ITEM(lip);
xfs_efd_log_item  323 fs/xfs/xfs_extfree_item.c static struct xfs_efd_log_item *
xfs_efd_log_item  329 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item		*efdp;
xfs_efd_log_item  334 fs/xfs/xfs_extfree_item.c 		efdp = kmem_zalloc(sizeof(struct xfs_efd_log_item) +
xfs_efd_log_item  359 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item		*efdp,
xfs_efd_log_item  536 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item		*efdp = done_item;
xfs_efd_log_item  599 fs/xfs/xfs_extfree_item.c 	struct xfs_efd_log_item	*efdp;
xfs_efd_log_item   13 fs/xfs/xfs_trans.h struct xfs_efd_log_item;