Searched refs:lend (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c344 off_t lbegin, lend; local
348 lend = end;
350 adjust_bounds(This, &lbegin, &lend);
353 end != BEGIN(lend) * This->sector_size &&
354 lend < END(END(lbegin)))
364 if(end != BEGIN(lend) * This->sector_size) {
367 return BEGIN(lend) * This->sector_size;
369 return lend * This->sector_size;
405 int lbegin, lend; local
424 lend
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-xtensa/
H A Dptrace.h96 unsigned long lend; /* 36 */ member in struct:pt_regs
H A Delf.h29 * lbeg, lend, lcount, sar
47 elf_greg_t lend; member in struct:__anon9582
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm39 %define lend r10d
40 mov lend, r2d
42 %define lend dword r2m
78 sub lend, 2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dprocess.c231 elfregs->lend = regs->lend;
281 regs->lend = elfregs->lend;
H A Dsignal.c143 COPY(lend);
173 COPY(lend);
194 && ((regs->lbeg > TASK_SIZE) || (regs->lend > TASK_SIZE)) )
H A Dasm-offsets.c39 DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
H A Dptrace.c110 tmp = regs->lend;
H A Dtraps.c363 printk("lbeg: %08lx, lend: %08lx lcount: %08lx, sar: %08lx\n",
364 regs->lbeg, regs->lend, regs->lcount, regs->sar);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dtruncate.c138 * @lend: offset to which to truncate
158 loff_t lstart, loff_t lend)
170 BUG_ON((lend & (PAGE_CACHE_SIZE - 1)) != (PAGE_CACHE_SIZE - 1));
171 end = (lend >> PAGE_CACHE_SHIFT);
157 truncate_inode_pages_range(struct address_space *mapping, loff_t lstart, loff_t lend) argument
H A Dfilemap.c394 * @lend: offset in bytes where the range ends (inclusive)
396 * Write out and wait upon file offsets lstart->lend, inclusive.
398 * Note that `lend' is inclusive (describes the last byte to be written) so
402 loff_t lstart, loff_t lend)
407 err = __filemap_fdatawrite_range(mapping, lstart, lend,
413 lend >> PAGE_CACHE_SHIFT);
401 filemap_write_and_wait_range(struct address_space *mapping, loff_t lstart, loff_t lend) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.c257 s64 size, lstart, lend, xstart, xend, pstart; local
271 lend = lstart + llen;
332 if (lend <= xstart) {
342 lend = lstart + llen;
350 else { /* (xstart < lend) */
354 plen = min(lend - xstart, xlen);
397 * (lstart <= xstart < lend) or (xstart < lstart < xend)
410 if (lend <= xend) {
420 lend = lstart + llen;
433 else { /* (xend < lend) */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmm.h1093 loff_t lstart, loff_t lend);
H A Dfs.h1628 loff_t lstart, loff_t lend);

Completed in 183 milliseconds