Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/sound/usb/qcom/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 4 kB image not shown  

Quelle  ino_bitmap.h   Sprache: C

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

#ifndef __XFS_SCRUB_INO_BITMAP_H__
#define __XFS_SCRUB_INO_BITMAP_H__

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

struct xino_bitmap {
 struct xbitmap64 inobitmap;
};

static inline void xino_bitmap_init(struct xino_bitmap *bitmap)
{
 xbitmap64_init(&bitmap->inobitmap);
}

static inline void xino_bitmap_destroy(struct xino_bitmap *bitmap)
{
 xbitmap64_destroy(&bitmap->inobitmap);
}

static inline int xino_bitmap_set(struct xino_bitmap *bitmap, xfs_ino_t ino)
{
 return xbitmap64_set(&bitmap->inobitmap, ino, 1);
}

static inline int xino_bitmap_test(struct xino_bitmap *bitmap, xfs_ino_t ino)
{
 uint64_t len = 1;

 return xbitmap64_test(&bitmap->inobitmap, ino, &len);
}

#endif /* __XFS_SCRUB_INO_BITMAP_H__ */

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

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






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.