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