Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c366 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 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()
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()
/openbmc/linux/fs/ceph/
H A Dfile.c1105 off + ret, off + ret + zlen); in __ceph_sync_read()
1107 ret += zlen; in __ceph_sync_read()
1274 int zlen = len - rc; in ceph_aio_complete_req() local
1285 zlen = min_t(size_t, zlen, in ceph_aio_complete_req()
1287 aio_req->total_len = rc + zlen; in ceph_aio_complete_req()
1293 iov_iter_zero(zlen, &i); in ceph_aio_complete_req()
1539 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local
1544 iov_iter_zero(zlen, &i); in ceph_direct_read_write()
1545 ret += zlen; in ceph_direct_read_write()
2126 size_t zlen = min_t(size_t, len - read, in ceph_read_iter() local
[all …]