Home
last modified time | relevance | path

Searched refs:zlen (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Dfile.c1192 int zlen = min(len - ret, i_size - off - ret); in __ceph_sync_read() local
1196 off + ret + zlen); in __ceph_sync_read()
1197 ceph_zero_page_vector_range(zoff, zlen, pages); in __ceph_sync_read()
1198 ret += zlen; in __ceph_sync_read()
1363 int zlen = len - rc; in ceph_aio_complete_req() local
1374 zlen = min_t(size_t, zlen, in ceph_aio_complete_req()
1376 aio_req->total_len = rc + zlen; in ceph_aio_complete_req()
1382 iov_iter_zero(zlen, &i); in ceph_aio_complete_req()
1633 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local
1638 iov_iter_zero(zlen, &i); in ceph_direct_read_write()
[all …]
/linux/fs/ntfs3/
H A Dbitmap.c634 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan() local
637 wnd_zone_set(wnd, wnd->zone_bit, zlen); in wnd_rescan()
1391 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_zone_set() local
1393 if (zlen) in wnd_zone_set()
1394 wnd_add_free_ext(wnd, wnd->zone_bit, zlen, false); in wnd_zone_set()