linux/fs/xfs/xfs_iunlink_item.h

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2020-2022, Red Hat, Inc.
 * All Rights Reserved.
 */
#ifndef XFS_IUNLINK_ITEM_H
#define XFS_IUNLINK_ITEM_H

struct xfs_trans;
struct xfs_inode;
struct xfs_perag;

/* in memory log item structure */
struct xfs_iunlink_item {};

extern struct kmem_cache *xfs_iunlink_cache;

int xfs_iunlink_log_inode(struct xfs_trans *tp, struct xfs_inode *ip,
			struct xfs_perag *pag, xfs_agino_t next_agino);

#endif	/* XFS_IUNLINK_ITEM_H */