1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Copyright (c) 2000-2003 Silicon Graphics, I 3 * Copyright (c) 2000-2003 Silicon Graphics, Inc. 4 * All Rights Reserved. 4 * All Rights Reserved. 5 */ 5 */ 6 #ifndef __XFS_DQUOT_ITEM_H__ 6 #ifndef __XFS_DQUOT_ITEM_H__ 7 #define __XFS_DQUOT_ITEM_H__ 7 #define __XFS_DQUOT_ITEM_H__ 8 8 9 struct xfs_dquot; 9 struct xfs_dquot; 10 struct xfs_trans; 10 struct xfs_trans; 11 struct xfs_mount; 11 struct xfs_mount; 12 12 13 struct xfs_dq_logitem { 13 struct xfs_dq_logitem { 14 struct xfs_log_item qli_item; 14 struct xfs_log_item qli_item; /* common portion */ 15 struct xfs_dquot *qli_dquot; 15 struct xfs_dquot *qli_dquot; /* dquot ptr */ 16 xfs_lsn_t qli_flush_lsn; 16 xfs_lsn_t qli_flush_lsn; /* lsn at last flush */ 17 }; 17 }; 18 18 19 void xfs_qm_dquot_logitem_init(struct xfs_dquo 19 void xfs_qm_dquot_logitem_init(struct xfs_dquot *dqp); 20 20 21 #endif /* __XFS_DQUOT_ITEM_H__ */ 21 #endif /* __XFS_DQUOT_ITEM_H__ */ 22 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.