Searched defs:inode_security_struct (Results 1 – 1 of 1) sorted by relevance
74 struct inode_security_struct { struct76 struct list_head list; /* list of inode_security_struct */ argument77 u32 task_sid; /* SID of creating task */78 u32 sid; /* SID of this object */79 u16 sclass; /* security class of this object */80 unsigned char initialized; /* initialization flag */81 spinlock_t lock;