Searched defs:shmem_falloc (Results 1 – 1 of 1) sorted by relevance
92 struct shmem_falloc { struct93 wait_queue_head_t *waitq; /* faults into hole wait for punch to end */94 pgoff_t start; /* start of range currently being fallocated */95 pgoff_t next; /* the next page offset to be fallocated */96 pgoff_t nr_falloced; /* how many new pages have been fallocated */97 pgoff_t nr_unswapped; /* how often writepage refused to swap out */809 struct shmem_falloc *shmem_falloc; in shmem_writepage() local1313 struct shmem_falloc *shmem_falloc; in shmem_fault() local2071 struct shmem_falloc shmem_falloc; in shmem_fallocate() local