Lines Matching refs:sb
289 int security_quotactl(int cmds, int type, int id, struct super_block *sb)
291 return call_int_hook(quotactl, 0, cmds, type, id, sb);
357 int security_sb_alloc(struct super_block *sb)
359 return call_int_hook(sb_alloc_security, 0, sb);
362 void security_sb_free(struct super_block *sb)
364 call_void_hook(sb_free_security, sb);
373 int security_sb_remount(struct super_block *sb, void *data)
375 return call_int_hook(sb_remount, 0, sb, data);
378 int security_sb_kern_mount(struct super_block *sb, int flags, void *data)
380 return call_int_hook(sb_kern_mount, 0, sb, flags, data);
383 int security_sb_show_options(struct seq_file *m, struct super_block *sb)
385 return call_int_hook(sb_show_options, 0, m, sb);
409 int security_sb_set_mnt_opts(struct super_block *sb,
415 opts->num_mnt_opts ? -EOPNOTSUPP : 0, sb,