Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/oovbaapi/ooo/vba/word/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  orphan.h   Sprache: unbekannt

 
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef BTRFS_ORPHAN_H
#define BTRFS_ORPHAN_H

#include <linux/types.h>

struct btrfs_trans_handle;
struct btrfs_root;

int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
        struct btrfs_root *root, u64 offset);
int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
     struct btrfs_root *root, u64 offset);

#endif

Messung V0.5 in Prozent
C=94 H=93 G=93

[Dauer der Verarbeitung: 0.11 Sekunden, vorverarbeitet 2026-06-08]