Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Drxrpc.c349 s64 tx_total_len; in afs_make_call() local
367 tx_total_len = call->request_size; in afs_make_call()
370 tx_total_len += call->last_to - call->first_offset; in afs_make_call()
376 tx_total_len += PAGE_SIZE - call->first_offset; in afs_make_call()
377 tx_total_len += call->last_to; in afs_make_call()
378 tx_total_len += (call->last - call->first - 1) * PAGE_SIZE; in afs_make_call()
385 tx_total_len, gfp, in afs_make_call()