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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dcompress.c47 unsigned int maxpage, xpage, fpage, blockindex; local
68 xpage = index & zisofs_block_page_mask;
69 pages[xpage] = page;
78 if ( i != xpage ) {
155 if ( fpage == xpage )
188 printk(KERN_DEBUG "zisofs: Hit null buffer, fpage = %d, xpage = %d, csize = %ld\n",
189 fpage, xpage, csize);
228 printk(KERN_DEBUG "zisofs: Hit null buffer, fpage = %d, xpage = %d, csize = %ld\n",
229 fpage, xpage, csize);
249 printk(KERN_DEBUG "zisofs: zisofs_inflate returned %d, inode = %lu, index = %lu, fpage = %d, xpage
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c134 * @xpage: the target page (-1 if none) (IN)
135 * @xpage_done: set to 1 if xpage was completed successfully (IN/OUT)
148 * When the page @dest_pages[@xpage] is completed, @xpage_done is set to 1.
149 * If xpage is -1 or @xpage has not been completed, @xpage_done is not modified.
155 * @xpage_done indicates whether the target page (@dest_pages[@xpage]) was
166 const int xpage, char *xpage_done, u8 *const cb_start,
236 if (di == xpage)
479 unsigned int xpage, max_page, cur_page, cur_ofs, i; local
513 xpage
164 ntfs_decompress(struct page *dest_pages[], int *dest_index, int *dest_ofs, const int dest_max_index, const int dest_max_ofs, const int xpage, char *xpage_done, u8 *const cb_start, const u32 cb_size, const loff_t i_size, const s64 initialized_size) argument
[all...]

Completed in 49 milliseconds