dabtree.h (c95baf12f5077419db01313ab61c2aac007d40cd) | dabtree.h (739a2fe0428f24c11fe652252c2f19ef7a697209) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ | 1// SPDX-License-Identifier: GPL-2.0-or-later |
2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. | 2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. |
4 * Author: Darrick J. Wong <darrick.wong@oracle.com> | 4 * Author: Darrick J. Wong <djwong@kernel.org> |
5 */ 6#ifndef __XFS_SCRUB_DABTREE_H__ 7#define __XFS_SCRUB_DABTREE_H__ 8 9/* dir/attr btree */ 10 11struct xchk_da_btree { 12 struct xfs_da_args dargs; --- 31 unchanged lines hidden --- | 5 */ 6#ifndef __XFS_SCRUB_DABTREE_H__ 7#define __XFS_SCRUB_DABTREE_H__ 8 9/* dir/attr btree */ 10 11struct xchk_da_btree { 12 struct xfs_da_args dargs; --- 31 unchanged lines hidden --- |