Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 838 const struct super_block *newsb) in selinux_cmp_sb_context() argument 841 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context() 855 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context() 863 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context() 868 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument 874 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts() 901 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts() 914 rc = security_fs_use(&selinux_state, newsb); in selinux_sb_clone_mnt_opts() 930 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() 937 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 307 struct super_block *newsb, 684 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
|
| H A D | lsm_hook_defs.h | 77 struct super_block *newsb, unsigned long kern_flags,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 922 struct super_block *newsb, in security_sb_clone_mnt_opts() argument 926 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
|