Home
last modified time | relevance | path

Searched refs:fpin (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dfilemap.c3093 * @fpin - the pointer to the file we may pin (or is already pinned).
3098 * to drop the mmap_lock then fpin will point to the pinned file and in lock_folio_maybe_drop_mmap() argument
3102 struct file **fpin) in lock_folio_maybe_drop_mmap()
3115 *fpin = maybe_unlock_mmap_for_io(vmf, *fpin); in lock_folio_maybe_drop_mmap()
3123 * return 0 if we don't have a fpin. in lock_folio_maybe_drop_mmap()
3125 if (*fpin == NULL) in lock_folio_maybe_drop_mmap()
3148 struct file *fpin = NULL; in do_sync_mmap_readahead()
3155 fpin = maybe_unlock_mmap_for_io(vmf, fpin); in do_sync_mmap_readahead()
3144 struct file *fpin = NULL; do_sync_mmap_readahead() local
3213 struct file *fpin = NULL; do_async_mmap_readahead() local
3301 struct file *fpin = NULL; filemap_fault() local
[all...]
H A Dinternal.h960 struct file *fpin) in vma_address_end()
964 if (fpin) in vma_address_end()
965 return fpin; in vma_address_end()
974 fpin = get_file(vmf->vma->vm_file); in maybe_unlock_mmap_for_io() argument
977 return fpin; in maybe_unlock_mmap_for_io()
H A Dshmem.c2479 struct file *fpin = NULL; in shmem_falloc_wait() local
2492 fpin = maybe_unlock_mmap_for_io(vmf, NULL); in shmem_falloc_wait()
2510 if (fpin) { in shmem_falloc_wait()
2511 fput(fpin); in shmem_falloc_wait()
H A Dmemory.c3216 struct file *fpin; in fault_dirty_shared_page() local
3218 fpin = maybe_unlock_mmap_for_io(vmf, NULL); in fault_dirty_shared_page()
3220 if (fpin) { in fault_dirty_shared_page()
3221 fput(fpin); in fault_dirty_shared_page()