| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.c | 168 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent() local 195 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent() 214 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent() 256 } else if (fend < bend) { in xfs_extent_busy_update_extent() 271 busyp->bno = fend; in xfs_extent_busy_update_extent() 272 busyp->length = bend - fend; in xfs_extent_busy_update_extent() 377 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_trim() local 381 if (fend <= bbno) { in xfs_extent_busy_trim() 419 if (fend <= bend) in xfs_extent_busy_trim() 440 } else if (bend >= fend) { in xfs_extent_busy_trim() [all …]
|
| H A D | xfs_iomap.c | 1853 loff_t foffset = offset, fend; in xfs_buffered_write_iomap_begin() local 1855 fend = offset + in xfs_buffered_write_iomap_begin() 1857 iomap_fill_dirty_folios(iter, &foffset, fend, in xfs_buffered_write_iomap_begin()
|
| /linux/mm/ |
| H A D | msync.c | 66 loff_t fstart, fend; in SYSCALL_DEFINE3() local 90 fend = fstart + (min(end, vma->vm_end) - start) - 1; in SYSCALL_DEFINE3() 96 error = vfs_fsync_range(file, fstart, fend, 1); in SYSCALL_DEFINE3()
|
| /linux/fs/netfs/ |
| H A D | read_pgpriv2.c | 185 unsigned long long fpos, fend; in netfs_pgpriv2_unlock_copied_folios() local 198 fend = min_t(unsigned long long, fpos + flen, creq->i_size); in netfs_pgpriv2_unlock_copied_folios() 200 trace_netfs_collect_folio(creq, folio, fend, collected_to); in netfs_pgpriv2_unlock_copied_folios() 203 if (collected_to < fend) in netfs_pgpriv2_unlock_copied_folios()
|
| H A D | misc.c | 241 unsigned int fend = fstart + finfo->dirty_len; in netfs_invalidate_folio() local 244 if (offset >= fend) in netfs_invalidate_folio() 254 if (iend >= fend) in netfs_invalidate_folio() 257 finfo->dirty_len = fend - iend; in netfs_invalidate_folio() 265 if (iend >= fend) { in netfs_invalidate_folio()
|
| H A D | read_collect.c | 123 unsigned long long fpos, fend; in netfs_read_unlock_folios() local 140 fend = fpos + fsize; in netfs_read_unlock_folios() 142 trace_netfs_collect_folio(rreq, folio, fend, collected_to); in netfs_read_unlock_folios() 145 if (collected_to < fend) in netfs_read_unlock_folios()
|
| /linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
| H A D | rings.c | 17 const skb_frag_t *frag, *fend; in nfp_nfdk_tx_ring_reset() local 42 fend = frag + nr_frags; in nfp_nfdk_tx_ring_reset() 43 for (; frag < fend; frag++) { in nfp_nfdk_tx_ring_reset()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1298 unsigned long long fpos, fend; in cifs_flush_folio() local 1309 fend = fpos + size - 1; in cifs_flush_folio() 1311 *_fend = max_t(unsigned long long, *_fend, fend); in cifs_flush_folio() 1312 if ((first && pos == fpos) || (!first && pos == fend)) in cifs_flush_folio() 1315 rc = filemap_write_and_wait_range(inode->i_mapping, fpos, fend); in cifs_flush_folio() 1332 unsigned long long destend, fstart, fend, old_size, new_size; in cifs_remap_file_range() local 1389 fend = destend; in cifs_remap_file_range() 1391 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range() 1394 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range() 1397 if (fend > target_cifsi->netfs.zero_point) in cifs_remap_file_range() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | pci_iommu.c | 714 dma_addr_t fbeg, fend; in alpha_pci_unmap_sg() local 727 fbeg = -1, fend = 0; in alpha_pci_unmap_sg() 766 if (fend < tend) fend = tend; in alpha_pci_unmap_sg() 772 if ((fend - arena->dma_base) >> PAGE_SHIFT >= arena->next_entry) in alpha_pci_unmap_sg() 773 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 649 unsigned long long fend, 652 TP_ARGS(wreq, folio, fend, collected_to), 657 __field(unsigned long long, fend) 665 __entry->fend = fend; 672 (unsigned long long)__entry->index * PAGE_SIZE, __entry->fend,
|
| /linux/drivers/macintosh/ |
| H A D | smu.c | 113 unsigned long faddr, fend; in smu_start_cmd() local 135 fend = faddr + smu->cmd_buf->length + 2; in smu_start_cmd() 136 flush_dcache_range(faddr, fend); in smu_start_cmd()
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 7296 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local 7298 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_parse_float() 7303 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()
|
| /linux/ |
| H A D | MAINTAINERS | 26148 M: Matthias Fend <matthias.fend@emfend.at>
|