Lines Matching refs:nel
101 unsigned merge, unsigned commit, uint32_t * nel) in avtab_write_item() argument
179 if (nel) in avtab_write_item()
180 (*nel)--; /* one less node */ in avtab_write_item()
275 uint32_t nel; in avtab_write() local
293 nel = a->nel; in avtab_write()
296 nel = cpu_to_le32(a->nel); in avtab_write()
297 items = put_entry(&nel, sizeof(uint32_t), 1, fp); in avtab_write()
306 if (avtab_write_item(p, cur, fp, 1, !oldvers, &nel)) { in avtab_write()
316 nel = cpu_to_le32(nel); in avtab_write()
317 items = put_entry(&nel, sizeof(uint32_t), 1, fp); in avtab_write()
499 size_t nel, items; in role_trans_write() local
504 nel = 0; in role_trans_write()
507 nel++; in role_trans_write()
509 buf[0] = cpu_to_le32(nel); in role_trans_write()
543 size_t nel, items; in role_allow_write() local
545 nel = 0; in role_allow_write()
547 nel++; in role_allow_write()
548 buf[0] = cpu_to_le32(nel); in role_allow_write()
566 size_t nel, items, len; in filename_trans_write() local
568 nel = 0; in filename_trans_write()
570 nel++; in filename_trans_write()
571 buf[0] = cpu_to_le32(nel); in filename_trans_write()
875 buf[items++] = cpu_to_le32(comdatum->permissions.table->nel); in common_write()
971 buf[items++] = cpu_to_le32(cladatum->permissions.table->nel); in class_write()
1243 size_t nel, items, len; in ocontext_write_xen() local
1247 nel = 0; in ocontext_write_xen()
1249 nel++; in ocontext_write_xen()
1250 buf[0] = cpu_to_le32(nel); in ocontext_write_xen()
1342 size_t nel, items, len; in ocontext_write_selinux() local
1346 nel = 0; in ocontext_write_selinux()
1348 nel++; in ocontext_write_selinux()
1349 buf[0] = cpu_to_le32(nel); in ocontext_write_selinux()
1449 size_t nel = 0, items, len; in genfs_write() local
1453 nel++; in genfs_write()
1454 buf[0] = cpu_to_le32(nel); in genfs_write()
1467 nel = 0; in genfs_write()
1469 nel++; in genfs_write()
1470 buf[0] = cpu_to_le32(nel); in genfs_write()
1496 size_t nel, items; in range_write() local
1503 nel = 0; in range_write()
1509 nel++; in range_write()
1511 buf[0] = cpu_to_le32(nel); in range_write()
1636 int nel = 0; in role_trans_rule_write() local
1645 nel++; in role_trans_rule_write()
1647 buf[0] = cpu_to_le32(nel); in role_trans_rule_write()
1677 int nel = 0; in role_allow_rule_write() local
1683 nel++; in role_allow_rule_write()
1684 buf[0] = cpu_to_le32(nel); in role_allow_rule_write()
1699 int nel = 0; in filename_trans_rule_write() local
1705 nel++; in filename_trans_rule_write()
1707 buf[0] = cpu_to_le32(nel); in filename_trans_rule_write()
1741 int nel = 0; in range_trans_rule_write() local
1747 nel++; in range_trans_rule_write()
1748 buf[0] = cpu_to_le32(nel); in range_trans_rule_write()
1822 buf[1] = cpu_to_le32(decl->symtab[i].table->nel); in avrule_decl_write()
2068 buf[1] = p->symtab[i].table->nel; in policydb_write()
2130 buf[0] = cpu_to_le32(p->scope[i].table->nel); in policydb_write()