Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance
86 struct superblock_security_struct { struct87 u32 sid; /* SID of file system superblock */88 u32 def_sid; /* default SID for labeling */89 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */90 unsigned short behavior; /* labeling behavior */91 unsigned short flags; /* which mount options were specified */92 struct mutex lock;93 struct list_head isec_head;94 spinlock_t isec_lock;