Searched defs:shmem_falloc (Results 1 – 1 of 1) sorted by relevance
106 struct shmem_falloc { struct107 wait_queue_head_t *waitq; /* faults into hole wait for punch to end */108 pgoff_t start; /* start of range currently being fallocated */109 pgoff_t next; /* the next page offset to be fallocated */110 pgoff_t nr_falloced; /* how many new pages have been fallocated */111 pgoff_t nr_unswapped; /* how often writepage refused to swap out */1599 struct shmem_falloc *shmem_falloc; in shmem_writepage() local2688 struct shmem_falloc *shmem_falloc; in shmem_falloc_wait() local3666 struct shmem_falloc shmem_falloc; in shmem_fallocate() local