Searched refs:mnt_opts_flags (Results 1 – 2 of 2) sorted by relevance
527 opts->mnt_opts_flags = kcalloc(opts->num_mnt_opts, sizeof(int), GFP_ATOMIC); in selinux_get_mnt_opts()528 if (!opts->mnt_opts_flags) { in selinux_get_mnt_opts()539 opts->mnt_opts_flags[i++] = FSCONTEXT_MNT; in selinux_get_mnt_opts()546 opts->mnt_opts_flags[i++] = CONTEXT_MNT; in selinux_get_mnt_opts()553 opts->mnt_opts_flags[i++] = DEFCONTEXT_MNT; in selinux_get_mnt_opts()563 opts->mnt_opts_flags[i++] = ROOTCONTEXT_MNT; in selinux_get_mnt_opts()567 opts->mnt_opts_flags[i++] = SBLABEL_MNT; in selinux_get_mnt_opts()617 int *flags = opts->mnt_opts_flags; in selinux_set_mnt_opts()997 opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC); in selinux_parse_opts_str()998 if (!opts->mnt_opts_flags) { in selinux_parse_opts_str()[all …]
167 int *mnt_opts_flags; member174 opts->mnt_opts_flags = NULL; in security_init_mnt_opts()186 kfree(opts->mnt_opts_flags); in security_free_mnt_opts()187 opts->mnt_opts_flags = NULL; in security_free_mnt_opts()