Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance
64 struct superblock_security_struct { struct65 u32 sid; /* SID of file system superblock */66 u32 def_sid; /* default SID for labeling */67 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */68 unsigned short behavior; /* labeling behavior */69 unsigned short flags; /* which mount options were specified */70 struct mutex lock;71 struct list_head isec_head;72 spinlock_t isec_lock;