Searched refs:const_len (Results 1 – 3 of 3) sorted by relevance
682 ptr->const_len = tomoyo_const_part_length(name); in tomoyo_fill_path_info()684 ptr->is_patterned = (ptr->const_len < len); in tomoyo_fill_path_info()942 const int len = pattern->const_len; in tomoyo_path_matches_pattern()
507 u16 const_len; /* = tomoyo_const_part_length(name) */ member
670 #define ADD_LEN(len, item_len, const_len) \ argument671 do {size_t item = item_len; len += (!!item) * const_len + item; } \