D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-88
/
include
/
linux
/
Filename :
pseudo_fs.h
back
Copy
#ifndef __LINUX_PSEUDO_FS__ #define __LINUX_PSEUDO_FS__ #include <linux/fs_context.h> struct pseudo_fs_context { const struct super_operations *ops; const struct xattr_handler * const *xattr; const struct dentry_operations *dops; unsigned long magic; }; struct pseudo_fs_context *init_pseudo(struct fs_context *fc, unsigned long magic); #endif