Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dencrypted_files.c104 size_t file_ranges_count; member
297 if (info->file_ranges_count > 0) { in append_ino_and_policy_id()
298 range = &info->file_ranges[info->file_ranges_count - 1]; in append_ino_and_policy_id()
314 if (info->file_ranges_count == info->file_ranges_capacity) { in append_ino_and_policy_id()
339 range = &info->file_ranges[info->file_ranges_count++]; in append_ino_and_policy_id()
411 r = info->file_ranges_count; in find_encryption_policy()