Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c353 #define NUM_SEL_MNT_OPTS (Opt_nextmntopt - 1) macro
508 BUILD_BUG_ON(SE_MNTMASK >= (1 << NUM_SEL_MNT_OPTS)); in selinux_get_mnt_opts()
512 for (i = 0; i < NUM_SEL_MNT_OPTS; i++) { in selinux_get_mnt_opts()
993 opts->mnt_opts = kcalloc(NUM_SEL_MNT_OPTS, sizeof(char *), GFP_ATOMIC); in selinux_parse_opts_str()
997 opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC); in selinux_parse_opts_str()