libsqsh v1.5.1
Loading...
Searching...
No Matches
sqsh_file.h File Reference
#include "sqsh_common.h"
Include dependency graph for sqsh_file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SQSH_INODE_NO_FRAGMENT   0xFFFFFFFF
 Value that indicates the absence of a fragment.
 
#define SQSH_INODE_NO_XATTR   0xFFFFFFFF
 Value that indicates the absence of an xattr table.
 

Enumerations

enum  SqshFileType {
  SQSH_FILE_TYPE_DIRECTORY = 1 + (1 << 8) , SQSH_FILE_TYPE_FILE , SQSH_FILE_TYPE_SYMLINK , SQSH_FILE_TYPE_BLOCK ,
  SQSH_FILE_TYPE_CHAR , SQSH_FILE_TYPE_FIFO , SQSH_FILE_TYPE_SOCKET
}
 enum that represents the file type. More...
 

Detailed Description

Author
Enno Boland (mail@.nosp@m.ebol.nosp@m.and.d.nosp@m.e)

Definition in file sqsh_file.h.

Macro Definition Documentation

◆ SQSH_INODE_NO_FRAGMENT

#define SQSH_INODE_NO_FRAGMENT   0xFFFFFFFF

Value that indicates the absence of a fragment.

Definition at line 303 of file sqsh_file.h.

◆ SQSH_INODE_NO_XATTR

#define SQSH_INODE_NO_XATTR   0xFFFFFFFF

Value that indicates the absence of an xattr table.

Definition at line 307 of file sqsh_file.h.

Enumeration Type Documentation

◆ SqshFileType

enum that represents the file type.

Enumerator
SQSH_FILE_TYPE_DIRECTORY 
SQSH_FILE_TYPE_FILE 
SQSH_FILE_TYPE_SYMLINK 
SQSH_FILE_TYPE_BLOCK 
SQSH_FILE_TYPE_CHAR 
SQSH_FILE_TYPE_FIFO 
SQSH_FILE_TYPE_SOCKET 

Definition at line 315 of file sqsh_file.h.