Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dgc.c177 tomoyo_put_number_union(&entry->number); in tomoyo_del_acl()
185 tomoyo_put_number_union(&entry->mode); in tomoyo_del_acl()
186 tomoyo_put_number_union(&entry->major); in tomoyo_del_acl()
187 tomoyo_put_number_union(&entry->minor); in tomoyo_del_acl()
197 tomoyo_put_number_union(&entry->flags); in tomoyo_del_acl()
214 tomoyo_put_number_union(&entry->port); in tomoyo_del_acl()
290 tomoyo_put_number_union(numbers_p++); in tomoyo_del_condition()
Dfile.c99 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union() function
470 tomoyo_put_number_union(&e.mode); in tomoyo_update_mkdev_acl()
471 tomoyo_put_number_union(&e.major); in tomoyo_update_mkdev_acl()
472 tomoyo_put_number_union(&e.minor); in tomoyo_update_mkdev_acl()
678 tomoyo_put_number_union(&e.number); in tomoyo_update_path_number_acl()
980 tomoyo_put_number_union(&e.flags); in tomoyo_update_mount_acl()
Dnetwork.c316 tomoyo_put_number_union(&e.port); in tomoyo_write_inet_network()
Dcommon.h1053 void tomoyo_put_number_union(struct tomoyo_number_union *ptr);