Searched refs:lastpage (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.h75 struct pspage_st *lastpage; member in struct:psinfo_st
H A Dpsorder.c131 psinfo.lastpage = NULL;
187 newpage->prevpage = psinfo.lastpage;
188 psinfo.lastpage->nextpage = newpage;
190 psinfo.lastpage = newpage;
418 ( psinfo.firstpage == psinfo.lastpage )) {
459 while ( psinfo.lastpage != NULL ) {
460 if ( lseek( tempfd, psinfo.lastpage->offset, SEEK_SET ) < 0 ) {
464 temp2out( tempfd, tempfile, endofpage - psinfo.lastpage->offset );
465 endofpage = psinfo.lastpage->offset;
466 psinfo.lastpage
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dtruncate.c382 struct page *lastpage; local
393 lastpage = ufs_get_locked_page(mapping, lastfrag >>
395 if (IS_ERR(lastpage)) {
401 bh = page_buffers(lastpage);
421 set_page_dirty(lastpage);
439 ufs_put_locked_page(lastpage);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c1117 struct page *page = NULL, *lastpage = NULL; local
1152 if (page != lastpage) {
1171 if (lastpage != NULL) {
1172 if (test_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE)) {
1173 clear_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE);
1175 write_page(bitmap, lastpage, 0);
1177 set_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE);
1182 lastpage = page;
1237 if (lastpage != NULL || log != NULL) {
1239 if (test_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRIT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9m111.c195 static int lastpage = -1; /* PageMap cache value */ local
198 if (page == lastpage)
205 lastpage = page;

Completed in 133 milliseconds