Searched refs:ttype (Results 1 – 3 of 3) sorted by relevance
/security/selinux/ss/ |
D | policydb.c | 421 hash = ft->ttype ^ ft->tclass; in filenametr_hash() 435 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 1914 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat() 1958 key.ttype, 1); in filename_trans_read_helper_compat() 1978 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local 1997 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 2036 ft->ttype = ttype; in filename_trans_read_helper() 2047 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper() 3521 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat() 3561 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
|
D | policydb.h | 95 u32 ttype; /* parent dir context */ member
|
D | services.c | 1698 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1709 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1712 ft.ttype = ttype; in filename_compute_type()
|