Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance
60 struct superblock_security_struct { struct61 struct super_block *sb; /* back pointer to sb object */62 u32 sid; /* SID of file system superblock */63 u32 def_sid; /* default SID for labeling */64 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */65 unsigned short behavior; /* labeling behavior */66 unsigned short flags; /* which mount options were specified */67 struct mutex lock;68 struct list_head isec_head;69 spinlock_t isec_lock;