Searched refs:block_end (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dmake-casetable.pl79 our $block_end;
229 $block_end = $block;
232 $char_end = ($block_end * 64) -1;
289 $block_end = $block;
292 $char_end = ($block_end * 64) -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c636 int block_start, block_end; // in-page offsets for buffers. local
644 block_start = block_end, bh = bh->b_this_page) {
648 block_end = block_start + inode->i_sb->s_blocksize;
649 if (i == 0 && block_end <= from)
758 unsigned block_start, block_end; local
782 block_start = block_end, bh = bh->b_this_page) {
786 block_end = block_start + blocksize;
787 if (block_end <= from || block_start >= to) {
994 unsigned block_start, block_end; // Starting and ending offsets of current local
1087 block_start = block_end, b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c316 unsigned block_start, block_end; local
323 block_start = block_end, bh = next)
326 block_end = block_start + blocksize;
327 if (block_end <= from || block_start >= to) {
666 unsigned int block_end, block_start; local
675 block_end = block_start + bsize;
681 if (block_start >= to || block_end <= from) {
704 (block_start < from || block_end > to)) {
733 block_end = block_start + bsize;
734 if (block_end <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c1663 unsigned block_start, block_end; local
1683 block++, block_start=block_end, bh = bh->b_this_page) {
1684 block_end = block_start + blocksize;
1685 if (block_end <= from || block_start >= to) {
1706 if (block_end > to || block_start < from) {
1710 if (block_end > to)
1712 block_end-to);
1729 (block_start < from || block_end > to)) {
1759 block_end = block_start+blocksize;
1760 if (block_end <
1780 unsigned block_start, block_end; local
2154 unsigned block_end = block_start + blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c79 static inline sysv_zone_t *block_end(struct buffer_head *bh) function
354 block_end(bh), depth);
404 free_branches(inode, partial->p + 1, block_end(partial->bh),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_common.c24 static inline block_t *block_end(struct buffer_head *bh) function
284 block_end(bh), depth);
329 free_branches(inode, partial->p + 1, block_end(partial->bh),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dinode.c121 unsigned block_start, block_end; local
128 block_start = block_end, bh = next)
131 block_end = block_start + blocksize;
132 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c469 unsigned int block_start, block_end, m_start, m_end, page_ofs; local
520 block_end = block_start + blocksize;
522 if (block_end <= m_start)
574 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));
575 } while (block_start = block_end, (bh = bh->b_this_page) != head);
673 unsigned int block_start, block_end, m_start, m_end; local
696 block_end = block_start + blocksize;
698 if (block_end <= m_start)
757 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));
758 } while (block_start = block_end, (b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c1094 unsigned block_start, block_end; local
1101 block_start = block_end, bh = next)
1104 block_end = block_start + blocksize;
1105 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c1093 unsigned block_start, block_end; local
1100 block_start = block_end, bh = next)
1103 block_end = block_start + blocksize;
1104 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c10062 unsigned int block_end; local
10074 block_end = (i + 3 +
10079 if (block_end > 256)
10082 while (i < (block_end - 2)) {

Completed in 305 milliseconds