Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance
77 struct superblock_security_struct { struct78 struct super_block *sb; /* back pointer to sb object */79 u32 sid; /* SID of file system superblock */80 u32 def_sid; /* default SID for labeling */81 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */82 unsigned short behavior; /* labeling behavior */83 unsigned short flags; /* which mount options were specified */84 struct mutex lock;85 struct list_head isec_head;86 spinlock_t isec_lock;