plptools
Loading...
Searching...
No Matches
plpfuse.h File Reference
#include <fuse.h>
Include dependency graph for plpfuse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  p_inode
 
struct  p_device
 Description of a Psion-Device. More...
 
struct  p_dentry
 

Macros

#define BLOCKSIZE   512
 
#define FID   7 /* File system id */
 

Typedefs

typedef struct p_inode p_inode
 
typedef struct p_device device
 Description of a Psion-Device. More...
 
typedef struct p_dentry dentry
 

Functions

void debuglog (const char *fmt,...)
 

Variables

int debug
 
struct fuse_operations plp_oper
 

Macro Definition Documentation

◆ BLOCKSIZE

#define BLOCKSIZE   512

Definition at line 60 of file plpfuse.h.

◆ FID

#define FID   7 /* File system id */

Definition at line 61 of file plpfuse.h.

Typedef Documentation

◆ dentry

typedef struct p_dentry dentry

◆ device

typedef struct p_device device

Description of a Psion-Device.

◆ p_inode

typedef struct p_inode p_inode

Function Documentation

◆ debuglog()

void debuglog ( const char *  fmt,
  ... 
)

Definition at line 50 of file fuse.c.

Variable Documentation

◆ debug

int debug
extern

Definition at line 47 of file fuse.c.

◆ plp_oper

struct fuse_operations plp_oper
extern

Definition at line 581 of file fuse.c.