Searched refs:shmem_falloc (Results 1 – 1 of 1) sorted by relevance
105 struct shmem_falloc { struct1660 struct shmem_falloc *shmem_falloc; in shmem_writeout() local1662 shmem_falloc = inode->i_private; in shmem_writeout()1663 if (shmem_falloc && in shmem_writeout()1664 !shmem_falloc->waitq && in shmem_writeout()1665 index >= shmem_falloc->start && in shmem_writeout()1666 index < shmem_falloc->next) in shmem_writeout()1667 shmem_falloc->nr_unswapped += nr_pages; in shmem_writeout()1669 shmem_falloc = NULL; in shmem_writeout()1671 if (shmem_falloc) in shmem_writeout()[all …]