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

/linux-4.4.14/security/selinux/
H A Dhooks.c365 #define NUM_SEL_MNT_OPTS (Opt_nextmntopt - 1) macro
520 BUILD_BUG_ON(SE_MNTMASK >= (1 << NUM_SEL_MNT_OPTS)); selinux_get_mnt_opts()
524 for (i = 0; i < NUM_SEL_MNT_OPTS; i++) { selinux_get_mnt_opts()
1009 opts->mnt_opts = kcalloc(NUM_SEL_MNT_OPTS, sizeof(char *), GFP_ATOMIC); selinux_parse_opts_str()
1013 opts->mnt_opts_flags = kcalloc(NUM_SEL_MNT_OPTS, sizeof(int), GFP_ATOMIC); selinux_parse_opts_str()

Completed in 99 milliseconds