Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcommon.h249 TOMOYO_MAX_PATH_OPERATION enumerator
1070 extern const char * const tomoyo_path_keyword[TOMOYO_MAX_PATH_OPERATION];
Dfile.c13 static const u8 tomoyo_p2mac[TOMOYO_MAX_PATH_OPERATION] = {
997 for (type = 0; type < TOMOYO_MAX_PATH_OPERATION; type++) in tomoyo_write_file()
Dcommon.c141 const char * const tomoyo_path_keyword[TOMOYO_MAX_PATH_OPERATION] = {
1377 for (bit = 0; bit < TOMOYO_MAX_PATH_OPERATION; bit++) { in tomoyo_print_entry()