Searched refs:zlen (Results 1 – 3 of 3) sorted by relevance
| /fs/ntfs3/ |
| A D | fsntfs.c | 366 if (!zlen) { in ntfs_look_for_free_space() 374 if (!zlen) { 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() 576 if (zlen) { in ntfs_look_free_mft() 663 zlen = 1; in ntfs_look_free_mft() 671 while (zlen > 1 && !wnd_is_free(wnd, zbit, zlen)) in ntfs_look_free_mft() 672 zlen -= 1; in ntfs_look_free_mft() 678 to = zbit + zlen; in ntfs_look_free_mft() 688 zlen -= 1; in ntfs_look_free_mft() [all …]
|
| A D | bitmap.c | 634 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()
|
| /fs/ceph/ |
| A D | file.c | 1202 off + ret + zlen); 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() 1645 ret += zlen; in ceph_direct_read_write() 2229 size_t zlen = min_t(size_t, len - read, in ceph_read_iter() local [all …]
|
Completed in 15 milliseconds