Lines Matching defs:mnt_opts
569 static void smack_free_mnt_opts(void *mnt_opts)
571 kfree(mnt_opts);
574 static int smack_add_opt(int token, const char *s, void **mnt_opts)
576 struct smack_mnt_opts *opts = *mnt_opts;
583 *mnt_opts = opts;
739 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts)
757 rc = smack_add_opt(token, arg, mnt_opts);
760 if (*mnt_opts)
761 smack_free_mnt_opts(*mnt_opts);
762 *mnt_opts = NULL;
786 * @mnt_opts: Smack mount options
796 void *mnt_opts,
805 struct smack_mnt_opts *opts = mnt_opts;