Home
last modified time | relevance | path

Searched refs:toread (Results 26 - 30 of 30) sorted by relevance

12

/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2664 size_t toread; in f2fs_quota_read() local
2673 toread = len; in f2fs_quota_read()
2674 while (toread > 0) { in f2fs_quota_read()
2675 tocopy = min_t(unsigned long, sb->s_blocksize - offset, toread); in f2fs_quota_read()
2703 toread -= tocopy; in f2fs_quota_read()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c6591 size_t toread; in ext4_quota_read() local
6599 toread = len; in ext4_quota_read()
6600 while (toread > 0) { in ext4_quota_read()
6601 tocopy = sb->s_blocksize - offset < toread ? in ext4_quota_read()
6602 sb->s_blocksize - offset : toread; in ext4_quota_read()
6612 toread -= tocopy; in ext4_quota_read()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c7169 size_t toread; in ext4_quota_read() local
7177 toread = len; in ext4_quota_read()
7178 while (toread > 0) { in ext4_quota_read()
7179 tocopy = min_t(unsigned long, sb->s_blocksize - offset, toread); in ext4_quota_read()
7189 toread -= tocopy; in ext4_quota_read()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c6151 unsigned toread = min(bytes, (unsigned)PAGE_SIZE - offset); in kvm_read_guest_virt_helper() local
6157 offset, toread); in kvm_read_guest_virt_helper()
6163 bytes -= toread; in kvm_read_guest_virt_helper()
6164 data += toread; in kvm_read_guest_virt_helper()
6165 addr += toread; in kvm_read_guest_virt_helper()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7356 unsigned toread = min(bytes, (unsigned)PAGE_SIZE - offset); in kvm_read_guest_virt_helper() local
7362 offset, toread); in kvm_read_guest_virt_helper()
7368 bytes -= toread; in kvm_read_guest_virt_helper()
7369 data += toread; in kvm_read_guest_virt_helper()
7370 addr += toread; in kvm_read_guest_virt_helper()

Completed in 48 milliseconds

12