Lines Matching defs:mnt_opts
893 void security_free_mnt_opts(void **mnt_opts)
895 if (!*mnt_opts)
897 call_void_hook(sb_free_mnt_opts, *mnt_opts);
898 *mnt_opts = NULL;
902 int security_sb_eat_lsm_opts(char *options, void **mnt_opts)
904 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts);
909 void *mnt_opts)
911 return call_int_hook(sb_remount, 0, sb, mnt_opts);
947 void *mnt_opts,
952 mnt_opts ? -EOPNOTSUPP : 0, sb,
953 mnt_opts, kern_flags, set_kern_flags);
968 void **mnt_opts)
971 option, val, len, mnt_opts);