Home
last modified time | relevance | path

Searched refs:fstart (Results 1 – 7 of 7) sorted by relevance

/linux/mm/
H A Dmsync.c66 loff_t fstart, fend; in SYSCALL_DEFINE3() local
88 fstart = (start - vma->vm_start) + in SYSCALL_DEFINE3()
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 Dmisc.c240 unsigned int fstart = finfo->dirty_offset; in netfs_invalidate_folio() local
241 unsigned int fend = fstart + finfo->dirty_len; in netfs_invalidate_folio()
246 if (iend <= fstart) in netfs_invalidate_folio()
253 if (offset <= fstart) { in netfs_invalidate_folio()
266 finfo->dirty_len = offset - fstart; in netfs_invalidate_folio()
/linux/fs/smb/client/
H A Dcifsfs.c1339 unsigned long long destend, fstart, fend, old_size, new_size; in cifs_remap_file_range() local
1395 fstart = destoff; in cifs_remap_file_range()
1398 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range()
1401 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range()
1409 cifs_dbg(FYI, "about to discard pages %llx-%llx\n", fstart, fend); in cifs_remap_file_range()
1410 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_remap_file_range()
/linux/kernel/bpf/
H A Dcgroup.c440 int i, j, cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart; in compute_effective_progs() local
456 fstart = preorder_cnt; in compute_effective_progs()
471 item = &progs->items[fstart]; in compute_effective_progs()
472 fstart++; in compute_effective_progs()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h1204 #define PXVFREQ(fstart) _MMIO(0x11110 + (fstart) * 4) /* P[0-15]VIDFREQ (0x1114c) (Ironlake) */ argument
/linux/fs/ext4/
H A Dmballoc.c716 int fstart; in __mb_check_buddy() local
750 fstart = -1; in __mb_check_buddy()
755 if (fstart == -1) { in __mb_check_buddy()
757 fstart = i; in __mb_check_buddy()
760 fstart = -1; in __mb_check_buddy()
/linux/kernel/cgroup/
H A Dcgroup.c7385 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local
7387 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_parse_float()
7392 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()