Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 885 const struct super_block *newsb) in selinux_cmp_sb_context() argument 888 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context() 902 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context() 910 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context() 915 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument 921 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts() 948 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts() 961 rc = security_fs_use(&selinux_state, newsb); in selinux_sb_clone_mnt_opts() 977 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() 984 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | security.h | 299 struct super_block *newsb, 661 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
|
| D | lsm_hooks.h | 1512 struct super_block *newsb,
|
| /Linux-v5.4/security/ |
| D | security.c | 885 struct super_block *newsb, in security_sb_clone_mnt_opts() argument 889 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
|