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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datm_zatm.h29 int offset,next_off; /* alignment optimizations: offset */ member in struct:zatm_pool_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbnode.c318 int i, rec_off, off, next_off; local
370 for (i = 1; i <= node->num_recs; off = next_off, i++) {
372 next_off = hfs_bnode_read_u16(node, rec_off);
373 if (next_off <= off ||
374 next_off > tree->node_size ||
375 next_off & 1)
377 entry_size = next_off - off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dfat.c434 uint64_t next_off; local
440 next_off = (start_data_sect + next_sect_off) * sector_size;
441 dbg("cluster offset 0x%llx", (unsigned long long) next_off);
444 buf = volume_id_get_buffer(id, off + next_off, buf_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dbnode.c478 int i, rec_off, off, next_off; local
530 for (i = 1; i <= node->num_recs; off = next_off, i++) {
532 next_off = hfs_bnode_read_u16(node, rec_off);
533 if (next_off <= off ||
534 next_off > tree->node_size ||
535 next_off & 1)
537 entry_size = next_off - off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbnode.c478 int i, rec_off, off, next_off; local
530 for (i = 1; i <= node->num_recs; off = next_off, i++) {
532 next_off = hfs_bnode_read_u16(node, rec_off);
533 if (next_off <= off ||
534 next_off > tree->node_size ||
535 next_off & 1)
537 entry_size = next_off - off;
H A Dtransaction.c1904 unsigned int next_off = curr_off + bh->b_size; local
1913 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dprofiles.c328 DWORD next_off; member in struct:hbin_struct
362 DWORD next_off; member in struct:sk_struct
671 IVAL(&hbin_hdr->next_off, 0),
H A Deditreg.c534 DWORD next_off; member in struct:sk_struct
2030 sk_next_off = IVAL(&sk_hdr->next_off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_address.c606 unsigned int next_off = curr_off + bh->b_size; local
612 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c1922 unsigned int next_off = curr_off + bh->b_size; local
1931 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c1922 unsigned int next_off = curr_off + bh->b_size; local
1931 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c1383 unsigned int next_off = curr_off + bh->b_size; local
1391 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c2787 unsigned int next_off = curr_off + bh->b_size; local
2799 curr_off = next_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.c567 zatm_dev->pool_info[i].next_off = 0;

Completed in 216 milliseconds