Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/selinux/include/
Dobjsec.h63 struct superblock_security_struct { struct
64 struct super_block *sb; /* back pointer to sb object */
65 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;
/kernel/linux/linux-6.6/security/selinux/include/
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;