beegfs/client_module/source/filesystem/FhgfsOpsFileNative.h
2025-08-10 01:34:16 +02:00

13 lines
348 B
C

#ifndef FhgfsOpsFileNative_h_bI2n6XRVSaWCQHxNdwQA0I
#define FhgfsOpsFileNative_h_bI2n6XRVSaWCQHxNdwQA0I
#include <linux/fs.h>
extern const struct file_operations fhgfs_file_native_ops;
extern const struct address_space_operations fhgfs_addrspace_native_ops;
extern bool beegfs_native_init(void);
extern void beegfs_native_release(void);
#endif