Searched refs:attached_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dtrans.c490 t->attached_size + t->attached_pages * sizeof(struct netfs_cmd);
500 dprintk("%s: t: %u, size: %u, iov_len: %zu, attached_size: %u, attached_pages: %u.\n",
501 __func__, t->gen, cmd->size, t->iovec.iov_len, t->attached_size, t->attached_pages);
506 dprintk("%s: trans: %llu, crypto_attached_size: %u, attached_size: %u, attached_pages: %d, trans_size: %u, err: %d.\n",
507 __func__, cmd->start, psb->crypto_attached_size, t->attached_size, t->attached_pages, cmd->size, err);
H A Dnetfs.h369 unsigned int attached_size; member in struct:netfs_trans
H A Dinode.c234 trans->attached_size += page_private(page);

Completed in 98 milliseconds