Linux Kernel
3.7.1
|
#include <apparmorfs.h>
Data Fields | |
const char * | name |
struct dentry * | dentry |
umode_t | mode |
enum aa_fs_type | v_type |
union { | |
bool boolean | |
char * string | |
unsigned long u64 | |
struct aa_fs_entry * files | |
} | v |
struct file_operations * | file_ops |
Definition at line 28 of file apparmorfs.h.
Definition at line 34 of file apparmorfs.h.
Definition at line 30 of file apparmorfs.h.
struct file_operations* file_ops |
Definition at line 39 of file apparmorfs.h.
struct aa_fs_entry* files |
Definition at line 37 of file apparmorfs.h.
umode_t mode |
Definition at line 31 of file apparmorfs.h.
Definition at line 29 of file apparmorfs.h.
Definition at line 35 of file apparmorfs.h.
Definition at line 36 of file apparmorfs.h.
union { ... } v |
enum aa_fs_type v_type |
Definition at line 32 of file apparmorfs.h.