Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfsntfs.c359 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; in ntfs_look_for_free_space() local
364 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
366 if (!zlen) { in ntfs_look_for_free_space()
371 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
374 if (!zlen) { in ntfs_look_for_free_space()
381 alen = min_t(CLST, len, zlen); in ntfs_look_for_free_space()
383 wnd_zone_set(wnd, lcn + alen, zlen - alen); in ntfs_look_for_free_space()
407 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
411 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()
418 zlen2 = zlen >> 1; in ntfs_look_for_free_space()
[all …]
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()
1390 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_zone_set() local
1392 if (zlen) in wnd_zone_set()
1393 wnd_add_free_ext(wnd, wnd->zone_bit, zlen, false); in wnd_zone_set()
/linux/fs/ceph/
H A Dfile.c1198 int zlen = min(len - ret, i_size - off - ret); in __ceph_sync_read() local
1202 off + ret + zlen); in __ceph_sync_read()
1203 ceph_zero_page_vector_range(zoff, zlen, pages); in __ceph_sync_read()
1204 ret += zlen; in __ceph_sync_read()
1369 int zlen = len - rc; in ceph_aio_complete_req() local
1380 zlen = min_t(size_t, zlen, in ceph_aio_complete_req()
1382 aio_req->total_len = rc + zlen; in ceph_aio_complete_req()
1388 iov_iter_zero(zlen, &i); in ceph_aio_complete_req()
1639 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local
1644 iov_iter_zero(zlen, &i); in ceph_direct_read_write()
[all …]