Searched refs:shm_file (Results 1 – 2 of 2) sorted by relevance
230 struct file *shm_file; in shm_destroy() local232 shm_file = shp->shm_file; in shm_destroy()233 shp->shm_file = NULL; in shm_destroy()237 if (!is_file_hugepages(shm_file)) in shm_destroy()238 shmem_lock(shm_file, 0, shp->mlock_user); in shm_destroy()240 user_shm_unlock(i_size_read(file_inode(shm_file)), in shm_destroy()242 fput(shm_file); in shm_destroy()593 shp->shm_file = file; in newseg()758 inode = file_inode(shp->shm_file); in shm_add_rss_swap()760 if (is_file_hugepages(shp->shm_file)) { in shm_add_rss_swap()[all …]
12 struct file *shm_file; member