Home
last modified time | relevance | path

Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/security/selinux/include/
Dobjsec.h56 struct superblock_security_struct { struct
57 struct super_block *sb; /* back pointer to sb object */
58 u32 sid; /* SID of file system superblock */
59 u32 def_sid; /* default SID for labeling */
60 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */
61 unsigned int behavior; /* labeling behavior */
62 unsigned char flags; /* which mount options were specified */
63 struct mutex lock;
64 struct list_head isec_head;
65 spinlock_t isec_lock;