#include <sysgen.h>
#include <linux/linkage.h>
Go to the source code of this file.
Classes | |
struct | _lnmth |
struct | _lnmc |
struct | _lnmx |
struct | _lnmb |
struct | lnmhshp |
struct | lnmhshs |
struct | _lnmhsh |
struct | struct_nt |
struct | struct_rt |
struct | struct_lnm_ret |
Defines | |
#define | LNM_M_NO_DELETE 0x10 |
#define | LNMX_M_XEND 4 |
#define | LNMTH_M_SHAREABLE 0x1 |
#define | LNMTH_M_DIRECTORY 0x2 |
#define | LNMTH_M_GROUP 0x4 |
#define | LNMTH_M_SYSTEM 0x8 |
#define | LNMTH_M_CLUSTERWIDE 0x10 |
#define | LNMTH_M_REMACTION 0x20 |
#define | LNMTH_K_LENGTH 40 |
#define | LNMTH_S_LNMTHDEF 40 |
#define | LNMX_M_CONCEALED 0x1 |
#define | LNMX_M_TERMINAL 0x2 |
#define | LNMX_C_HSHFCN 0x80 |
#define | LNMX_C_BACKPTR 0x81 |
#define | LNMX_C_TABLE 0x82 |
#define | LNMX_C_IGNORED_INDEX 0x83 |
#define | LNMX_C_CW_LINKS 0x84 |
#define | LNMX_S_LNMXDEF 25 |
#define | lnmmalloc(x) kmalloc(x,GFP_KERNEL); |
#define | lnmfree kfree |
#define | lnmprintf printk |
#define LNM_M_NO_DELETE 0x10 |
Definition at line 9 of file lnmstrdef.h.
#define lnmfree kfree |
Definition at line 33 of file lnmstrdef.h.
Referenced by exe_crelnt(), lnm_firsttab(), and lnm_presearch().
#define lnmmalloc | ( | x | ) | kmalloc(x,GFP_KERNEL); |
Definition at line 32 of file lnmstrdef.h.
Referenced by exe_crelnm(), exe_crelnt(), lnm_firsttab(), lnm_inslogtab(), lnm_presearch(), and lnm_searchlog().
#define lnmprintf printk |
Definition at line 35 of file lnmstrdef.h.
#define LNMTH_K_LENGTH 40 |
Definition at line 19 of file lnmstrdef.h.
#define LNMTH_M_CLUSTERWIDE 0x10 |
Definition at line 17 of file lnmstrdef.h.
#define LNMTH_M_DIRECTORY 0x2 |
Definition at line 14 of file lnmstrdef.h.
#define LNMTH_M_GROUP 0x4 |
Definition at line 15 of file lnmstrdef.h.
#define LNMTH_M_REMACTION 0x20 |
Definition at line 18 of file lnmstrdef.h.
#define LNMTH_M_SHAREABLE 0x1 |
Definition at line 13 of file lnmstrdef.h.
#define LNMTH_M_SYSTEM 0x8 |
Definition at line 16 of file lnmstrdef.h.
#define LNMTH_S_LNMTHDEF 40 |
Definition at line 20 of file lnmstrdef.h.
#define LNMX_C_BACKPTR 0x81 |
Definition at line 25 of file lnmstrdef.h.
Referenced by create_mb_log(), exe_trnlnm(), and find_mb_log().
#define LNMX_C_CW_LINKS 0x84 |
Definition at line 28 of file lnmstrdef.h.
#define LNMX_C_HSHFCN 0x80 |
Definition at line 24 of file lnmstrdef.h.
#define LNMX_C_IGNORED_INDEX 0x83 |
Definition at line 27 of file lnmstrdef.h.
#define LNMX_C_TABLE 0x82 |
Definition at line 26 of file lnmstrdef.h.
#define LNMX_M_CONCEALED 0x1 |
Definition at line 22 of file lnmstrdef.h.
#define LNMX_M_TERMINAL 0x2 |
#define LNMX_M_XEND 4 |
Definition at line 11 of file lnmstrdef.h.
#define LNMX_S_LNMXDEF 25 |
Definition at line 29 of file lnmstrdef.h.