Home | History | Annotate | Download | only in src

Lines Matching refs:scope_index

1699 static int scope_index_write(scope_index_t * scope_index,
1706 if (ebitmap_write(scope_index->scope + i, fp) == -1) {
1710 buf[0] = cpu_to_le32(scope_index->class_perms_len);
1714 for (i = 0; i < scope_index->class_perms_len; i++) {
1715 if (ebitmap_write(scope_index->class_perms_map + i, fp) == -1) {