Lines Matching refs:sb
732 int security_quotactl(int cmds, int type, int id, struct super_block *sb)
734 return call_int_hook(quotactl, 0, cmds, type, id, sb);
810 int security_sb_alloc(struct super_block *sb)
812 return call_int_hook(sb_alloc_security, 0, sb);
815 void security_sb_free(struct super_block *sb)
817 call_void_hook(sb_free_security, sb);
835 int security_sb_remount(struct super_block *sb,
838 return call_int_hook(sb_remount, 0, sb, mnt_opts);
842 int security_sb_kern_mount(struct super_block *sb)
844 return call_int_hook(sb_kern_mount, 0, sb);
847 int security_sb_show_options(struct seq_file *m, struct super_block *sb)
849 return call_int_hook(sb_show_options, 0, m, sb);
873 int security_sb_set_mnt_opts(struct super_block *sb,
879 mnt_opts ? -EOPNOTSUPP : 0, sb,