Lines Matching refs:mnt_opts
877 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
879 if (!*mnt_opts) in security_free_mnt_opts()
881 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
882 *mnt_opts = NULL; in security_free_mnt_opts()
886 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
888 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts); in security_sb_eat_lsm_opts()
893 void *mnt_opts) in security_sb_remount() argument
895 return call_int_hook(sb_remount, 0, sb, mnt_opts); in security_sb_remount()
931 void *mnt_opts, in security_sb_set_mnt_opts() argument
936 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts()
937 mnt_opts, kern_flags, set_kern_flags); in security_sb_set_mnt_opts()
952 void **mnt_opts) in security_add_mnt_opt() argument
955 option, val, len, mnt_opts); in security_add_mnt_opt()