Searched refs:shmem_falloc (Results 1 – 1 of 1) sorted by relevance
106 struct shmem_falloc { struct1599 struct shmem_falloc *shmem_falloc; in shmem_writepage() local1601 shmem_falloc = inode->i_private; in shmem_writepage()1602 if (shmem_falloc && in shmem_writepage()1603 !shmem_falloc->waitq && in shmem_writepage()1604 index >= shmem_falloc->start && in shmem_writepage()1605 index < shmem_falloc->next) in shmem_writepage()1606 shmem_falloc->nr_unswapped += nr_pages; in shmem_writepage()1608 shmem_falloc = NULL; in shmem_writepage()1610 if (shmem_falloc) in shmem_writepage()[all …]