Home
last modified time | relevance | path

Searched refs:fend (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_extent_busy.c196 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
257 } else if (fend < bend) { in xfs_extent_busy_update_extent()
272 busyp->bno = fend; in xfs_extent_busy_update_extent()
273 busyp->length = bend - fend; in xfs_extent_busy_update_extent()
382 if (fend <= bbno) { in xfs_extent_busy_trim()
420 if (fend <= bend) in xfs_extent_busy_trim()
441 } else if (bend >= fend) { in xfs_extent_busy_trim()
461 fend = bbno; in xfs_extent_busy_trim()
498 fend = bbno; in xfs_extent_busy_trim()
504 fend = bbno; in xfs_extent_busy_trim()
[all …]
/linux-6.15/fs/netfs/
H A Dmisc.c241 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 Dread_pgpriv2.c180 unsigned long long fpos, fend; in netfs_pgpriv2_unlock_copied_folios() local
193 fend = min_t(unsigned long long, fpos + flen, creq->i_size); in netfs_pgpriv2_unlock_copied_folios()
195 trace_netfs_collect_folio(creq, folio, fend, collected_to); in netfs_pgpriv2_unlock_copied_folios()
198 if (collected_to < fend) in netfs_pgpriv2_unlock_copied_folios()
H A Dwrite_collect.c69 unsigned long long fend; in netfs_folio_written_back() local
71 fend = folio_pos(folio) + finfo->dirty_offset + finfo->dirty_len; in netfs_folio_written_back()
72 if (fend > ictx->zero_point) in netfs_folio_written_back()
73 ictx->zero_point = fend; in netfs_folio_written_back()
140 unsigned long long fpos, fend; in netfs_writeback_unlock_folios() local
154 fend = min_t(unsigned long long, fpos + flen, wreq->i_size); in netfs_writeback_unlock_folios()
156 trace_netfs_collect_folio(wreq, folio, fend, collected_to); in netfs_writeback_unlock_folios()
159 if (collected_to < fend) in netfs_writeback_unlock_folios()
H A Dread_collect.c125 unsigned long long fpos, fend; in netfs_read_unlock_folios() local
142 fend = umin(fpos + fsize, rreq->i_size); in netfs_read_unlock_folios()
144 trace_netfs_collect_folio(rreq, folio, fend, collected_to); in netfs_read_unlock_folios()
147 if (collected_to < fend) in netfs_read_unlock_folios()
/linux-6.15/mm/
H A Dmsync.c66 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-6.15/drivers/net/ethernet/netronome/nfp/nfdk/
H A Drings.c17 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()
H A Ddp.c123 const skb_frag_t *frag, *fend; in nfp_nfdk_tx_maybe_close_block() local
133 fend = frag + nr_frags; in nfp_nfdk_tx_maybe_close_block()
134 for (; frag < fend; frag++) in nfp_nfdk_tx_maybe_close_block()
260 const skb_frag_t *frag, *fend; in nfp_nfdk_tx() local
355 fend = frag + nr_frags; in nfp_nfdk_tx()
370 if (frag >= fend) in nfp_nfdk_tx()
496 const skb_frag_t *frag, *fend; in nfp_nfdk_tx_complete() local
519 fend = frag + skb_shinfo(skb)->nr_frags; in nfp_nfdk_tx_complete()
520 for (; frag < fend; frag++) { in nfp_nfdk_tx_complete()
/linux-6.15/arch/alpha/kernel/
H A Dpci_iommu.c720 dma_addr_t fbeg, fend; in alpha_pci_unmap_sg() local
733 fbeg = -1, fend = 0; in alpha_pci_unmap_sg()
772 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
778 if ((fend - arena->dma_base) >> PAGE_SHIFT >= arena->next_entry) in alpha_pci_unmap_sg()
779 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
/linux-6.15/fs/smb/client/
H A Dcifsfs.c1243 unsigned long long fpos, fend; in cifs_flush_folio() local
1254 fend = fpos + size - 1; in cifs_flush_folio()
1256 *_fend = max_t(unsigned long long, *_fend, fend); in cifs_flush_folio()
1257 if ((first && pos == fpos) || (!first && pos == fend)) in cifs_flush_folio()
1260 rc = filemap_write_and_wait_range(inode->i_mapping, fpos, fend); in cifs_flush_folio()
1277 unsigned long long destend, fstart, fend, old_size, new_size; in cifs_remap_file_range() local
1334 fend = destend; in cifs_remap_file_range()
1342 if (fend > target_cifsi->netfs.zero_point) in cifs_remap_file_range()
1343 target_cifsi->netfs.zero_point = fend + 1; in cifs_remap_file_range()
1347 cifs_dbg(FYI, "about to discard pages %llx-%llx\n", fstart, fend); in cifs_remap_file_range()
[all …]
/linux-6.15/include/trace/events/
H A Dnetfs.h609 unsigned long long fend,
612 TP_ARGS(wreq, folio, fend, collected_to),
617 __field(unsigned long long, fend)
625 __entry->fend = fend;
632 (unsigned long long)__entry->index * PAGE_SIZE, __entry->fend,
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c111 struct fixup_entry *fcur, *fend; in do_feature_fixups_mask() local
114 fend = fixup_end; in do_feature_fixups_mask()
116 for (; fcur < fend; fcur++) { in do_feature_fixups_mask()
/linux-6.15/drivers/macintosh/
H A Dsmu.c113 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-6.15/kernel/cgroup/
H A Dcgroup.c7073 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local
7075 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_parse_float()
7080 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()