Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/selinux/ |
D | hooks.c | 977 const struct super_block *newsb) in selinux_cmp_sb_context() argument 980 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context() 994 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context() 1002 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context() 1007 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument 1013 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts() 1038 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts() 1050 rc = security_fs_use(&selinux_state, newsb); in selinux_sb_clone_mnt_opts() 1066 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() 1073 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() [all …]
|
/Linux-v4.19/include/linux/ |
D | security.h | 265 struct super_block *newsb, 611 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
|
D | lsm_hooks.h | 1478 struct super_block *newsb,
|
/Linux-v4.19/security/ |
D | security.c | 430 struct super_block *newsb, in security_sb_clone_mnt_opts() argument 434 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
|