Home
last modified time | relevance | path

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

/security/tomoyo/
Dcondition.c923 u8 stat_index; in tomoyo_condition() local
935 stat_index = TOMOYO_PATH1; in tomoyo_condition()
946 stat_index = TOMOYO_PATH2; in tomoyo_condition()
952 stat_index = in tomoyo_condition()
959 stat_index = in tomoyo_condition()
965 if (!obj->stat_valid[stat_index]) in tomoyo_condition()
967 stat = &obj->stat[stat_index]; in tomoyo_condition()