Home
last modified time | relevance | path

Searched defs:superblock_security_struct (Results 1 – 1 of 1) sorted by relevance

/linux/security/selinux/include/
A Dobjsec.h63 struct superblock_security_struct { struct
64 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;

Completed in 13 milliseconds