Home
last modified time | relevance | path

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

/linux-6.12.1/fs/afs/
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, req->actual_len); in yfs_deliver_fs_fetch_data64()
400 req->subreq->transferred += count_before - call->iov_len; in yfs_deliver_fs_fetch_data64()
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, req->actual_len); in afs_deliver_fs_fetch_data()
354 req->subreq->transferred += count_before - call->iov_len; in afs_deliver_fs_fetch_data()