Lines Matching refs:mnt_opts
931 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
933 if (!*mnt_opts) in security_free_mnt_opts()
935 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
936 *mnt_opts = NULL; in security_free_mnt_opts()
940 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
942 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts); in security_sb_eat_lsm_opts()
947 void *mnt_opts) in security_sb_mnt_opts_compat() argument
949 return call_int_hook(sb_mnt_opts_compat, 0, sb, mnt_opts); in security_sb_mnt_opts_compat()
954 void *mnt_opts) in security_sb_remount() argument
956 return call_int_hook(sb_remount, 0, sb, mnt_opts); in security_sb_remount()
992 void *mnt_opts, in security_sb_set_mnt_opts() argument
997 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts()
998 mnt_opts, kern_flags, set_kern_flags); in security_sb_set_mnt_opts()
1013 void **mnt_opts) in security_add_mnt_opt() argument
1016 option, val, len, mnt_opts); in security_add_mnt_opt()