Searched refs:shm_file (Results 1 – 1 of 1) sorted by relevance
56 struct file *shm_file; member288 if (shp->shm_file != sfd->file) { in __shm_open()331 struct file *shm_file; in shm_destroy() local333 shm_file = shp->shm_file; in shm_destroy()334 shp->shm_file = NULL; in shm_destroy()338 if (!is_file_hugepages(shm_file)) in shm_destroy()339 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shm_destroy()340 fput(shm_file); in shm_destroy()771 shp->shm_file = file; in newseg()934 inode = file_inode(shp->shm_file); in shm_add_rss_swap()[all …]