Lines Matching defs:mnt_opts
572 static void smack_free_mnt_opts(void *mnt_opts)
574 struct smack_mnt_opts *opts = mnt_opts;
583 static int smack_add_opt(int token, const char *s, void **mnt_opts)
585 struct smack_mnt_opts *opts = *mnt_opts;
591 *mnt_opts = opts;
712 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts)
730 rc = smack_add_opt(token, arg, mnt_opts);
733 if (*mnt_opts)
734 smack_free_mnt_opts(*mnt_opts);
735 *mnt_opts = NULL;
759 * @mnt_opts: Smack mount options
769 void *mnt_opts,
778 struct smack_mnt_opts *opts = mnt_opts;