Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c823 const struct super_block *newsb) in selinux_cmp_sb_context() argument
826 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context()
840 struct inode_security_struct *newroot = d_backing_inode(newsb->s_root)->i_security; in selinux_cmp_sb_context()
848 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context()
853 struct super_block *newsb) in selinux_sb_clone_mnt_opts() argument
856 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts()
874 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts()
890 struct inode *newinode = d_backing_inode(newsb->s_root); in selinux_sb_clone_mnt_opts()
899 struct inode *newinode = d_backing_inode(newsb->s_root); in selinux_sb_clone_mnt_opts()
905 sb_finish_set_opts(newsb); in selinux_sb_clone_mnt_opts()
/linux-4.1.27/include/linux/
Dsecurity.h1512 struct super_block *newsb);
1815 struct super_block *newsb);
2137 struct super_block *newsb) in security_sb_clone_mnt_opts() argument
/linux-4.1.27/security/
Dsecurity.c330 struct super_block *newsb) in security_sb_clone_mnt_opts() argument
332 return security_ops->sb_clone_mnt_opts(oldsb, newsb); in security_sb_clone_mnt_opts()
Dcapability.c128 struct super_block *newsb) in cap_sb_clone_mnt_opts() argument