Searched refs:fstart (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | msync.c | 66 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 D | misc.c | 247 unsigned int fstart = finfo->dirty_offset; in netfs_invalidate_folio() local 248 unsigned int fend = fstart + finfo->dirty_len; in netfs_invalidate_folio() 253 if (iend <= fstart) in netfs_invalidate_folio() 260 if (offset <= fstart) { in netfs_invalidate_folio() 274 finfo->dirty_len = offset - fstart; in netfs_invalidate_folio()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1372 unsigned long long destend, fstart, fend; in cifs_remap_file_range() 1428 fstart = destoff; in cifs_remap_file_range() 1431 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_file_copychunk_range() 1434 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_file_copychunk_range() 1445 cifs_dbg(FYI, "about to discard pages %llx-%llx\n", fstart, fend); in cifs_file_copychunk_range() 1446 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_file_copychunk_range() 1310 unsigned long long destend, fstart, fend; cifs_remap_file_range() local
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 461 int i, j, cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart; in compute_effective_progs() 477 fstart = preorder_cnt; in compute_effective_progs() 492 item = &progs->items[fstart]; in activate_effective_progs() 493 fstart++; in activate_effective_progs() 946 int cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart, pos = -1; in replace_effective_prog() 960 fstart = preorder_cnt; in replace_effective_prog() 977 pos = fstart; in __cgroup_bpf_replace() 978 fstart++; in __cgroup_bpf_replace() 440 int i, j, cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart; compute_effective_progs() local
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 7374 int fstart = 0, fend = 0, flen; in cgroup_sk_alloc() 7376 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_sk_alloc() 7381 flen = fend > fstart ? fend - fstart : 0; in cgroup_sk_clone() 7330 int fstart = 0, fend = 0, flen; cgroup_parse_float() local
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 716 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()
|