Lines Matching refs:mnt_opts
857 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
859 if (!*mnt_opts) in security_free_mnt_opts()
861 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
862 *mnt_opts = NULL; in security_free_mnt_opts()
866 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
868 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts); in security_sb_eat_lsm_opts()
873 void *mnt_opts) in security_sb_remount() argument
875 return call_int_hook(sb_remount, 0, sb, mnt_opts); in security_sb_remount()
911 void *mnt_opts, in security_sb_set_mnt_opts() argument
916 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts()
917 mnt_opts, kern_flags, set_kern_flags); in security_sb_set_mnt_opts()
932 void **mnt_opts) in security_add_mnt_opt() argument
935 option, val, len, mnt_opts); in security_add_mnt_opt()