Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance
93 struct superblock_security_struct { struct94 u32 sid; /* SID of file system superblock */95 u32 def_sid; /* default SID for labeling */96 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */97 u32 creator_sid; /* SID of privileged process */98 unsigned short behavior; /* labeling behavior */99 unsigned short flags; /* which mount options were specified */100 struct mutex lock;101 struct list_head isec_head;102 spinlock_t isec_lock;