Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/security/selinux/ |
D | hooks.c | 837 const struct super_block *newsb) in selinux_cmp_sb_context() argument 840 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context() 854 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context() 862 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context() 867 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument 873 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts() 900 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts() 913 rc = security_fs_use(&selinux_state, newsb); in selinux_sb_clone_mnt_opts() 929 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() 936 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() [all …]
|
/Linux-v5.10/include/linux/ |
D | security.h | 306 struct super_block *newsb, 680 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
|
D | lsm_hook_defs.h | 77 struct super_block *newsb, unsigned long kern_flags,
|
/Linux-v5.10/security/ |
D | security.c | 942 struct super_block *newsb, in security_sb_clone_mnt_opts() argument 946 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
|