Searched refs:block_start (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/ |
D | buffer.c | 1628 unsigned block_start, block_end; in __block_prepare_write() local 1643 for(bh = head, block_start = 0; bh != head || !block_start; in __block_prepare_write() 1644 block++, block_start=block_end, bh = bh->b_this_page) { in __block_prepare_write() 1647 block_end = block_start+blocksize; in __block_prepare_write() 1650 if (block_start >= to) in __block_prepare_write() 1665 if (block_start < from) in __block_prepare_write() 1666 memset(kaddr+block_start, 0, from-block_start); in __block_prepare_write() 1667 if (block_end > to || block_start < from) in __block_prepare_write() 1677 (block_start < from || block_end > to)) { in __block_prepare_write() 1709 to = block_start; /* stop at the last successfully handled block */ in __block_prepare_write() [all …]
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | deflate.c | 284 s->block_start = (long)length; 666 s->block_start = 0L; 891 s->block_start -= (long) wsize; 955 zlib_tr_flush_block(s, (s->block_start >= 0L ? \ 956 (charf *)&s->window[(unsigned)s->block_start] : \ 958 (ulg)((long)s->strstart - s->block_start), \ 960 s->block_start = s->strstart; \ 1000 s->block_start >= (long)s->w_size, "slide too late"); 1007 Assert(s->block_start >= 0L, "block gone"); 1013 max_start = s->block_start + max_block_size; [all …]
|
D | defutil.h | 125 long block_start; member
|
D | deftree.c | 982 ulg in_length = (ulg)((long)s->strstart - s->block_start);
|
/linux-2.4.37.9/fs/ext3/ |
D | inode.c | 991 unsigned block_start, block_end; in walk_page_buffers() local 995 for ( bh = head, block_start = 0; in walk_page_buffers() 996 ret == 0 && (bh != head || !block_start); in walk_page_buffers() 997 block_start = block_end, bh = bh->b_this_page) in walk_page_buffers() 999 block_end = block_start + blocksize; in walk_page_buffers() 1000 if (block_end <= from || block_start >= to) { in walk_page_buffers()
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | amdtp.c | 657 int block_start; in get_iec958_header_bits() local 676 block_start = (s->iec958_frame_count == 0 && sub_frame == 0); in get_iec958_header_bits() 683 bits = (block_start << 5) | /* Block start bit */ in get_iec958_header_bits()
|