Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dfsclient.c307 size_t count_before; in afs_deliver_fs_fetch_data() local
349 count_before = call->iov_len; in afs_deliver_fs_fetch_data()
350 _debug("extract data %zu/%llu", count_before, call->remaining); in afs_deliver_fs_fetch_data()
353 subreq->transferred += count_before - call->iov_len; in afs_deliver_fs_fetch_data()
354 call->remaining -= count_before - call->iov_len; in afs_deliver_fs_fetch_data()
H A Dyfsclient.c358 size_t count_before; in yfs_deliver_fs_fetch_data64() local
395 count_before = call->iov_len; in yfs_deliver_fs_fetch_data64()
396 _debug("extract data %zu/%llu", count_before, call->remaining); in yfs_deliver_fs_fetch_data64()
399 subreq->transferred += count_before - call->iov_len; in yfs_deliver_fs_fetch_data64()