Home
last modified time | relevance | path

Searched refs:NUM_SEL_MNT_OPTS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/security/selinux/
Dhooks.c450 #define NUM_SEL_MNT_OPTS (Opt_nextmntopt - 1) macro
618 BUILD_BUG_ON(SE_MNTMASK >= (1 << NUM_SEL_MNT_OPTS)); in selinux_get_mnt_opts()
622 for (i = 0; i < NUM_SEL_MNT_OPTS; i++) { in selinux_get_mnt_opts()
1167 opts->mnt_opts = kcalloc(NUM_SEL_MNT_OPTS, sizeof(char *), GFP_KERNEL); in selinux_parse_opts_str()
1171 opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), in selinux_parse_opts_str()