xfs_shared.h (6f50fa2a6f1395ad5f59ce7b87730f1f3ea19d76) xfs_shared.h (e7ee96dfb8c2687a29d2c5c3b06c967fa54b839c)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * Copyright (c) 2013 Red Hat, Inc.
5 * All Rights Reserved.
6 */
7#ifndef __XFS_SHARED_H__
8#define __XFS_SHARED_H__

--- 166 unchanged lines hidden (view full) ---

175 unsigned int ialloc_align;
176
177 unsigned int agino_log; /* #bits for agino in inum */
178};
179
180/* Keep iterating the data structure. */
181#define XFS_ITER_CONTINUE (0)
182
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * Copyright (c) 2013 Red Hat, Inc.
5 * All Rights Reserved.
6 */
7#ifndef __XFS_SHARED_H__
8#define __XFS_SHARED_H__

--- 166 unchanged lines hidden (view full) ---

175 unsigned int ialloc_align;
176
177 unsigned int agino_log; /* #bits for agino in inum */
178};
179
180/* Keep iterating the data structure. */
181#define XFS_ITER_CONTINUE (0)
182
183/* Stop iterating the data structure. */
184#define XFS_ITER_ABORT (1)
185
186#endif /* __XFS_SHARED_H__ */
183#endif /* __XFS_SHARED_H__ */