Home
last modified time | relevance | path

Searched refs:newsb (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/security/selinux/
H A Dhooks.c877 const struct super_block *newsb) in selinux_cmp_sb_context() argument
880 struct superblock_security_struct *new = selinux_superblock(newsb); in selinux_cmp_sb_context()
894 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context()
902 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context()
907 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument
914 struct superblock_security_struct *newsbsec = selinux_superblock(newsb); in selinux_sb_clone_mnt_opts()
949 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts()
960 rc = security_fs_use(newsb); in selinux_sb_clone_mnt_opts()
976 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts()
983 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts()
[all …]
/linux-6.15/include/linux/
H A Dsecurity.h387 struct super_block *newsb,
836 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
H A Dlsm_hook_defs.h80 struct super_block *newsb, unsigned long kern_flags,
/linux-6.15/security/
H A Dsecurity.c1643 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
1647 return call_int_hook(sb_clone_mnt_opts, oldsb, newsb, in security_sb_clone_mnt_opts()