Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/include/linux/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1021 B image not shown  

Quelle  anon_inodes.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  include/linux/anon_inodes.h
 *
 *  Copyright (C) 2007  Davide Libenzi <davidel@xmailserver.org>
 *
 */


#ifndef _LINUX_ANON_INODES_H
#define _LINUX_ANON_INODES_H

#include <linux/types.h>

struct file_operations;
struct inode;

struct file *anon_inode_getfile(const char *name,
    const struct file_operations *fops,
    void *priv, int flags);
struct file *anon_inode_getfile_fmode(const char *name,
    const struct file_operations *fops,
    void *priv, int flags, fmode_t f_mode);
struct file *anon_inode_create_getfile(const char *name,
           const struct file_operations *fops,
           void *priv, int flags,
           const struct inode *context_inode);
int anon_inode_getfd(const char *name, const struct file_operations *fops,
       void *priv, int flags);
int anon_inode_create_getfd(const char *name,
       const struct file_operations *fops,
       void *priv, int flags,
       const struct inode *context_inode);

#endif /* _LINUX_ANON_INODES_H */


Messung V0.5
C=76 H=94 G=85

¤ Dauer der Verarbeitung: 0.5 Sekunden  ¤

*© 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.