Searched refs:fpin (Results 1 – 5 of 5) sorted by relevance
3163 * @fpin - the pointer to the file we may pin (or is already pinned).3168 * to drop the mmap_lock then fpin will point to the pinned file and3172 struct file **fpin) in lock_folio_maybe_drop_mmap() argument 3185 *fpin = maybe_unlock_mmap_for_io(vmf, *fpin); in lock_folio_maybe_drop_mmap() 3193 * return 0 if we don't have a fpin. in lock_folio_maybe_drop_mmap() 3195 if (*fpin == NULL) in lock_folio_maybe_drop_mmap() 3218 struct file *fpin = NULL; in do_sync_mmap_readahead() local 3225 fpin = maybe_unlock_mmap_for_io(vmf, fpin); in do_sync_mmap_readahead() 3319 struct file *fpin = NULL; do_async_mmap_readahead() local 3407 struct file *fpin = NULL; filemap_fault() local [all...]
1117 struct file *fpin) in maybe_unlock_mmap_for_io() argument 1121 if (fpin) in maybe_unlock_mmap_for_io() 1122 return fpin; in maybe_unlock_mmap_for_io() 1131 fpin = get_file(vmf->vma->vm_file); in maybe_unlock_mmap_for_io() 1134 return fpin; in maybe_unlock_mmap_for_io()
2741 struct file *fpin = NULL; in shmem_falloc_wait() local 2754 fpin = maybe_unlock_mmap_for_io(vmf, NULL); in shmem_falloc_wait() 2772 if (fpin) { in shmem_falloc_wait() 2773 fput(fpin); in shmem_falloc_wait()
3415 struct file *fpin; in fault_dirty_shared_page() local 3417 fpin = maybe_unlock_mmap_for_io(vmf, NULL); in fault_dirty_shared_page() 3419 if (fpin) { in fault_dirty_shared_page() 3420 fput(fpin); in fault_dirty_shared_page()
894 struct fc_els_fpin *fpin = (struct fc_els_fpin *)fpin_buf; in fc_host_fpin_rcv() local 902 tlv = (struct fc_tlv_desc *)&fpin->fpin_desc[0]; in fc_host_fpin_rcv() 904 bytes_remain = min_t(u32, bytes_remain, be32_to_cpu(fpin->desc_len)); in fc_host_fpin_rcv()