Searched refs:full_page (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/isofs/
H A Dcompress.c196 * Uncompress data so that pages[full_page] is fully uptodate and possibly
199 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, zisofs_fill_pages() argument
215 BUG_ON(!pages[full_page]); zisofs_fill_pages()
218 * We want to read at least 'full_page' page. Because we have to zisofs_fill_pages()
222 start_off = page_offset(pages[full_page]); zisofs_fill_pages()
229 WARN_ON(start_off - (full_page << PAGE_CACHE_SHIFT) != zisofs_fill_pages()
265 full_page -= poffset >> PAGE_CACHE_SHIFT; zisofs_fill_pages()
274 if (full_page < 0) zisofs_fill_pages()
302 int i, pcount, full_page; zisofs_readpage() local
324 full_page = index & (zisofs_pages_per_cblock - 1); zisofs_readpage()
327 index -= full_page; zisofs_readpage()
329 full_page = 0; zisofs_readpage()
332 pages[full_page] = page; zisofs_readpage()
335 if (i != full_page) zisofs_readpage()
343 err = zisofs_fill_pages(inode, full_page, pcount, pages); zisofs_readpage()
349 if (i == full_page && err) zisofs_readpage()
353 if (i != full_page) zisofs_readpage()
/linux-4.4.14/arch/arc/mm/
H A Dcache.c224 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; __cache_line_loop_v2() local
239 if (!full_page) { __cache_line_loop_v2()
266 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; __cache_line_loop_v3() local
282 if (!full_page) { __cache_line_loop_v3()
293 if (full_page) __cache_line_loop_v3()
307 if (!full_page) { __cache_line_loop_v3()
/linux-4.4.14/include/xen/interface/
H A Dgrant_table.h185 * different types are suppotted: full_page, sub_page and transitive.
203 } full_page; member in union:grant_entry_v2
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c483 tpa_info->full_page = SGE_PAGES / gro_size * gro_size; bnx2x_tpa_start()
603 u16 full_page = 0, gro_size = 0; bnx2x_fill_frag_skb() local
609 full_page = tpa_info->full_page; bnx2x_fill_frag_skb()
635 frag_len = min_t(u32, frag_size, (u32)full_page); bnx2x_fill_frag_skb()
999 pages = (frag_size + tpa_info->full_page - 1) / bnx2x_rx_int()
1000 tpa_info->full_page; bnx2x_rx_int()
H A Dbnx2x.h496 u16 full_page; member in struct:bnx2x_agg_info
/linux-4.4.14/fs/jfs/
H A Djfs_logmgr.c209 uint full_page; /* # of full pages submitted */ member in struct:lmStat
800 INCREMENT(lmStat.full_page); lmGCwrite()
2510 lmStat.full_page, jfs_lmstats_proc_show()

Completed in 372 milliseconds