Searched refs:shm_label (Results 1 – 2 of 2) sorted by relevance
70 shmfd->shm_label = mac_posixshm_label_alloc(); in mac_posixshm_init()72 shmfd->shm_label = NULL; in mac_posixshm_init()87 if (shmfd->shm_label != NULL) { in mac_posixshm_destroy()88 mac_posixshm_label_free(shmfd->shm_label); in mac_posixshm_destroy()89 shmfd->shm_label = NULL; in mac_posixshm_destroy()98 shmfd->shm_label); in mac_posixshm_create()125 shmfd->shm_label, prot, flags); in mac_posixshm_check_mmap()142 shmfd->shm_label, accmode); in mac_posixshm_check_open()158 shmfd, shmfd->shm_label); in mac_posixshm_check_stat()175 file_cred, shmfd, shmfd->shm_label); in mac_posixshm_check_truncate()[all …]
285 struct label *shm_label; /* MAC label */ member