Searched refs:ttype (Results 1 – 3 of 3) sorted by relevance
| /security/selinux/ss/ |
| A D | policydb.c | 421 unsigned long salt = ft->ttype ^ ft->tclass; in filenametr_hash() 432 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 1946 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat() 1991 key.ttype, 1); in filename_trans_read_helper_compat() 2011 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local 2030 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 2069 ft->ttype = ttype; in filename_trans_read_helper() 2080 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper() 3571 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat() 3611 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
|
| A D | policydb.h | 93 u32 ttype; /* parent dir context */ member
|
| A D | services.c | 1725 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1736 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1739 ft.ttype = ttype; in filename_compute_type()
|
Completed in 15 milliseconds