Searched refs:zlen (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ceph/ |
| H A D | file.c | 1220 int zlen = min(len - ret, i_size - off - ret); in __ceph_sync_read() local 1224 off + ret + zlen); in __ceph_sync_read() 1225 ceph_zero_page_vector_range(zoff, zlen, pages); in __ceph_sync_read() 1226 ret += zlen; in __ceph_sync_read() 1391 int zlen = len - rc; in ceph_aio_complete_req() local 1402 zlen = min_t(size_t, zlen, in ceph_aio_complete_req() 1404 aio_req->total_len = rc + zlen; in ceph_aio_complete_req() 1410 iov_iter_zero(zlen, &i); in ceph_aio_complete_req() 1683 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local 1688 iov_iter_zero(zlen, &i); in ceph_direct_read_write() [all …]
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 650 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan() local 653 wnd_zone_set(wnd, wnd->zone_bit, zlen); in wnd_rescan() 1408 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_zone_set() local 1410 if (zlen) in wnd_zone_set() 1411 wnd_add_free_ext(wnd, wnd->zone_bit, zlen, false); in wnd_zone_set()
|