Lines Matching defs:mnt_opts
373 static void selinux_free_mnt_opts(void *mnt_opts)
375 kfree(mnt_opts);
623 void *mnt_opts,
630 struct selinux_mnt_opts *opts = mnt_opts;
991 static int selinux_add_opt(int token, const char *s, void **mnt_opts)
993 struct selinux_mnt_opts *opts = *mnt_opts;
1012 *mnt_opts = opts;
2575 static int selinux_sb_eat_lsm_opts(char *options, void **mnt_opts)
2605 rc = selinux_add_opt(token, arg, mnt_opts);
2629 if (*mnt_opts) {
2630 selinux_free_mnt_opts(*mnt_opts);
2631 *mnt_opts = NULL;
2636 static int selinux_sb_mnt_opts_compat(struct super_block *sb, void *mnt_opts)
2638 struct selinux_mnt_opts *opts = mnt_opts;
2681 static int selinux_sb_remount(struct super_block *sb, void *mnt_opts)
2683 struct selinux_mnt_opts *opts = mnt_opts;