Lines Matching refs:mnt_opts
916 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
918 if (!*mnt_opts) in security_free_mnt_opts()
920 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
921 *mnt_opts = NULL; in security_free_mnt_opts()
925 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
927 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts); in security_sb_eat_lsm_opts()
932 void *mnt_opts) in security_sb_mnt_opts_compat() argument
934 return call_int_hook(sb_mnt_opts_compat, 0, sb, mnt_opts); in security_sb_mnt_opts_compat()
939 void *mnt_opts) in security_sb_remount() argument
941 return call_int_hook(sb_remount, 0, sb, mnt_opts); in security_sb_remount()
977 void *mnt_opts, in security_sb_set_mnt_opts() argument
982 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts()
983 mnt_opts, kern_flags, set_kern_flags); in security_sb_set_mnt_opts()
998 void **mnt_opts) in security_add_mnt_opt() argument
1001 option, val, len, mnt_opts); in security_add_mnt_opt()