Searched refs:zlen (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ntfs3/ |
H 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 …]
|
H 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() 1418 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_zone_set() local 1420 if (zlen) in wnd_zone_set() 1421 wnd_add_free_ext(wnd, wnd->zone_bit, zlen, false); in wnd_zone_set()
|
/linux/fs/ceph/ |
H A D | file.c | 1197 off + ret + zlen); in __ceph_sync_read() 1199 ret += zlen; in __ceph_sync_read() 1371 int zlen = len - rc; in ceph_aio_complete_req() local 1382 zlen = min_t(size_t, zlen, in ceph_aio_complete_req() 1384 aio_req->total_len = rc + zlen; in ceph_aio_complete_req() 1390 iov_iter_zero(zlen, &i); in ceph_aio_complete_req() 1640 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local 1645 iov_iter_zero(zlen, &i); in ceph_direct_read_write() 1646 ret += zlen; in ceph_direct_read_write() 2231 size_t zlen = min_t(size_t, len - read, in ceph_read_iter() local [all …]
|