Searched refs:mapped_tail (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dpagelist.c17 if (pl->mapped_tail)
36 if (pl->mapped_tail)
38 pl->mapped_tail = kmap(page);
48 memcpy(pl->mapped_tail + (pl->length & ~PAGE_CACHE_MASK),
59 memcpy(pl->mapped_tail + (pl->length & ~PAGE_CACHE_MASK), buf, len);
H A Dpagelist.h8 void *mapped_tail; member in struct:ceph_pagelist
16 pl->mapped_tail = NULL;

Completed in 25 milliseconds