Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dhooks.c894 const struct super_block *newsb) in selinux_cmp_sb_context() argument
897 struct superblock_security_struct *new = selinux_superblock(newsb); in selinux_cmp_sb_context()
911 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context()
921 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context()
926 struct super_block *newsb, in selinux_sb_clone_mnt_opts() argument
933 struct superblock_security_struct *newsbsec = selinux_superblock(newsb); in selinux_sb_clone_mnt_opts()
968 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts()
980 rc = security_fs_use(newsb); in selinux_sb_clone_mnt_opts()
996 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts()
1003 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts()
[all …]
/linux/security/
H A Dsecurity.c1152 * @newsb: destination superblock
1161 struct super_block *newsb, in security_sb_clone_mnt_opts() argument
1165 return call_int_hook(sb_clone_mnt_opts, oldsb, newsb, in security_sb_clone_mnt_opts()