Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/media/platform/   (Open Source Betriebssystem Version 6.17.9©) image not shown  

Quellcode-Bibliothek agino_bitmap.h   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2018-2024 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <djwong@kernel.org>
 */

#ifndef __XFS_SCRUB_AGINO_BITMAP_H__
#define __XFS_SCRUB_AGINO_BITMAP_H__

/* Bitmaps, but for type-checked for xfs_agino_t */

struct xagino_bitmap {
 struct xbitmap32 aginobitmap;
};

static inline void xagino_bitmap_init(struct xagino_bitmap *bitmap)
{
 xbitmap32_init(&bitmap->aginobitmap);
}

static inline void xagino_bitmap_destroy(struct xagino_bitmap *bitmap)
{
 xbitmap32_destroy(&bitmap->aginobitmap);
}

static inline int xagino_bitmap_clear(struct xagino_bitmap *bitmap,
  xfs_agino_t agino, unsigned int len)
{
 return xbitmap32_clear(&bitmap->aginobitmap, agino, len);
}

static inline int xagino_bitmap_set(struct xagino_bitmap *bitmap,
  xfs_agino_t agino, unsigned int len)
{
 return xbitmap32_set(&bitmap->aginobitmap, agino, len);
}

static inline bool xagino_bitmap_test(struct xagino_bitmap *bitmap,
  xfs_agino_t agino, unsigned int *len)
{
 return xbitmap32_test(&bitmap->aginobitmap, agino, len);
}

static inline int xagino_bitmap_walk(struct xagino_bitmap *bitmap,
  xbitmap32_walk_fn fn, void *priv)
{
 return xbitmap32_walk(&bitmap->aginobitmap, fn, priv);
}

#endif /* __XFS_SCRUB_AGINO_BITMAP_H__ */

Messung V0.5
C=92 H=100 G=95

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.0Bemerkung:  (vorverarbeitet)  ¤

*Bot Zugriff






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.