Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/security/selinux/ |
D | hooks.c | 870 const struct super_block *newsb) in selinux_cmp_sb_context() argument 873 struct superblock_security_struct *new = selinux_superblock(newsb); in selinux_cmp_sb_context() 887 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context() 895 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context() 900 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument 907 struct superblock_security_struct *newsbsec = selinux_superblock(newsb); in selinux_sb_clone_mnt_opts() 942 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts() 953 rc = security_fs_use(newsb); in selinux_sb_clone_mnt_opts() 969 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() 976 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts() [all …]
|
/Linux-v6.6/include/linux/ |
D | security.h | 319 struct super_block *newsb, 723 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
|
D | lsm_hook_defs.h | 80 struct super_block *newsb, unsigned long kern_flags,
|
/Linux-v6.6/security/ |
D | security.c | 1441 struct super_block *newsb, in security_sb_clone_mnt_opts() argument 1445 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
|