Searched refs:size_no_trans (Results 1 – 1 of 1) sorted by relevance
617 unsigned int num, cont, pad, size_no_trans; in netfs_trans_alloc() local638 size_no_trans = size + sizeof(struct netfs_cmd) * 2 + crypto_added; in netfs_trans_alloc()640 cont = sizeof(struct netfs_trans) + size_no_trans; in netfs_trans_alloc()652 t->pages = (struct page **)(t->iovec.iov_base + size_no_trans); in netfs_trans_alloc()659 netfs_trans_init_static(t, nr, size_no_trans); in netfs_trans_alloc()