Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/security/selinux/include/
Dobjsec.h77 struct superblock_security_struct { struct
78 struct super_block *sb; /* back pointer to sb object */
79 u32 sid; /* SID of file system superblock */
80 u32 def_sid; /* default SID for labeling */
81 u32 mntpoint_sid; /* SECURITY_FS_USE_MNTPOINT context for files */
82 unsigned short behavior; /* labeling behavior */
83 unsigned short flags; /* which mount options were specified */
84 struct mutex lock;
85 struct list_head isec_head;
86 spinlock_t isec_lock;
/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;