Searched refs:start_off (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Docfs1_fs_compat.h52 __u64 start_off; member in struct:ocfs1_vol_disk_hdr
H A Dfile.c819 u64 start_off; local
822 start_off = ocfs2_align_bytes_to_blocks(sb, i_size_read(inode));
823 while (start_off < zero_to_size) {
824 ret = ocfs2_write_zero_page(inode, start_off);
830 start_off += sb->s_blocksize;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbrec.c333 int start_off, end_off; local
377 end_off = start_off = hfs_bnode_read_u16(parent, rec_off);
378 hfs_bnode_write_u16(parent, rec_off, start_off + diff);
379 start_off -= 4; /* move previous cnid too */
386 hfs_bnode_move(parent, start_off + diff, start_off,
387 end_off - start_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dbrec.c331 int start_off, end_off; local
375 end_off = start_off = hfs_bnode_read_u16(parent, rec_off);
376 hfs_bnode_write_u16(parent, rec_off, start_off + diff);
377 start_off -= 4; /* move previous cnid too */
384 hfs_bnode_move(parent, start_off + diff, start_off,
385 end_off - start_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbrec.c334 int start_off, end_off; local
378 end_off = start_off = hfs_bnode_read_u16(parent, rec_off);
379 hfs_bnode_write_u16(hfsplus_handle, parent, rec_off, start_off + diff);
380 start_off -= 4; /* move previous cnid too */
387 hfs_bnode_move(hfsplus_handle, parent, start_off + diff, start_off,
388 end_off - start_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Docfs.c38 uint64_t start_off; member in struct:ocfs1_super_block_header
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcputable.c1306 long start_off; member in struct:fixup_entry
1322 pstart = ((unsigned int *)fcur) + (fcur->start_off / 4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dipr.c2230 u32 num_entries, start_off, end_off; local
2315 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK;
2319 bytes_to_copy = end_off - start_off;

Completed in 177 milliseconds