Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dhooks.c839 const struct super_block *newsb) in selinux_cmp_sb_context() argument
842 struct superblock_security_struct *new = newsb->s_security; in selinux_cmp_sb_context()
856 struct inode_security_struct *newroot = d_backing_inode(newsb->s_root)->i_security; in selinux_cmp_sb_context()
864 "type %s)\n", newsb->s_id, newsb->s_type->name); in selinux_cmp_sb_context()
869 struct super_block *newsb) in selinux_sb_clone_mnt_opts() argument
872 struct superblock_security_struct *newsbsec = newsb->s_security; in selinux_sb_clone_mnt_opts()
890 return selinux_cmp_sb_context(oldsb, newsb); in selinux_sb_clone_mnt_opts()
906 struct inode *newinode = d_backing_inode(newsb->s_root); in selinux_sb_clone_mnt_opts()
915 struct inode *newinode = d_backing_inode(newsb->s_root); in selinux_sb_clone_mnt_opts()
921 sb_finish_set_opts(newsb); in selinux_sb_clone_mnt_opts()
/linux-4.4.14/include/linux/
Dsecurity.h232 struct super_block *newsb);
555 struct super_block *newsb) in security_sb_clone_mnt_opts() argument
Dlsm_hooks.h1352 struct super_block *newsb);
/linux-4.4.14/security/
Dsecurity.c333 struct super_block *newsb) in security_sb_clone_mnt_opts() argument
335 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb); in security_sb_clone_mnt_opts()