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

/security/selinux/
H A Dhooks.c356 #define NUM_SEL_MNT_OPTS (Opt_nextmntopt - 1) macro
514 BUILD_BUG_ON(SE_MNTMASK >= (1 << NUM_SEL_MNT_OPTS));
518 for (i = 0; i < NUM_SEL_MNT_OPTS; i++) {
1004 opts->mnt_opts = kcalloc(NUM_SEL_MNT_OPTS, sizeof(char *), GFP_ATOMIC);
1008 opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC);

Completed in 61 milliseconds