Home
last modified time | relevance | path

Searched defs:shmem_falloc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/mm/
Dshmem.c101 struct shmem_falloc { struct
102 wait_queue_head_t *waitq; /* faults into hole wait for punch to end */
103 pgoff_t start; /* start of range currently being fallocated */
104 pgoff_t next; /* the next page offset to be fallocated */
105 pgoff_t nr_falloced; /* how many new pages have been fallocated */
106 pgoff_t nr_unswapped; /* how often writepage refused to swap out */
1323 struct shmem_falloc *shmem_falloc; in shmem_writepage() local
1978 struct shmem_falloc *shmem_falloc; in shmem_fault() local
2644 struct shmem_falloc shmem_falloc; in shmem_fallocate() local