Searched refs:start_block (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_i.h27 long long start_block; member in struct:squashfs_inode_info
H A Dsquashfs_fs.h268 unsigned int start_block; member in struct:squashfs_dir_index
305 squashfs_block_t start_block; member in struct:squashfs_reg_inode_header
315 squashfs_block_t start_block; member in struct:squashfs_lreg_inode_header
327 unsigned int start_block; member in struct:squashfs_dir_inode_header
336 unsigned int start_block; member in struct:squashfs_ldir_inode_header
363 unsigned int start_block; member in struct:squashfs_dir_header
368 long long start_block; member in struct:squashfs_fragment_entry
463 SQUASHFS_SWAP((s)->start_block, d, 96, 64);\
474 SQUASHFS_SWAP((s)->start_block, d, 128, 64);\
487 SQUASHFS_SWAP((s)->start_block,
621 unsigned int start_block; member in struct:squashfs_reg_inode_header_1
634 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_1
696 unsigned int start_block:29; member in struct:squashfs_dir_index_2
738 unsigned int start_block; member in struct:squashfs_reg_inode_header_2
753 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_2
764 unsigned int start_block:24; member in struct:squashfs_ldir_inode_header_2
781 unsigned int start_block:24; member in struct:squashfs_dir_header_2
792 unsigned int start_block; member in struct:squashfs_fragment_entry_2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_extfree.c64 xfs_fsblock_t start_block,
80 extp->ext_start = start_block;
121 xfs_fsblock_t start_block,
137 extp->ext_start = start_block;
62 xfs_trans_log_efi_extent(xfs_trans_t *tp, xfs_efi_log_item_t *efip, xfs_fsblock_t start_block, xfs_extlen_t ext_len) argument
119 xfs_trans_log_efd_extent(xfs_trans_t *tp, xfs_efd_log_item_t *efdp, xfs_fsblock_t start_block, xfs_extlen_t ext_len) argument
H A Dxfs_log.h148 xfs_daddr_t start_block,
H A Dxfs_iomap.c140 xfs_fsblock_t start_block; local
159 start_block = imap->br_startblock;
160 if (start_block == HOLESTARTBLOCK) {
163 } else if (start_block == DELAYSTARTBLOCK) {
167 iomapp->iomap_bn = XFS_FSB_TO_DB_IO(io, start_block);
406 "start_block: %llx start_off: %llx "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmac.h14 __be32 start_block; /* absolute starting block # of partition */ member in struct:mac_partition
H A Dmac.c74 be32_to_cpu(part->start_block) * (secsize/512),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c51 identify_ramdisk_image(int fd, int start_block) argument
76 sys_lseek(fd, start_block * BLOCK_SIZE, 0);
85 start_block);
95 start_block);
103 start_block);
113 start_block);
124 sys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0);
132 start_block);
141 start_block);
149 start_block);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsquashfs2_0.c92 long long start_block = local
101 start_block, offset,
102 sizeof(sfragment_entry), &start_block,
108 start_block, offset,
109 sizeof(fragment_entry), &start_block,
113 *fragment_start_block = fragment_entry.start_block;
212 SQUASHFS_I(i)->start_block = inodep->start_block;
220 TRACE("File inode %x:%x, start_block %x, "
223 inodep->start_block, next_bloc
[all...]
H A Dinode.c452 long long start_block = local
461 start_block, offset,
462 sizeof(sfragment_entry), &start_block,
468 start_block, offset,
469 sizeof(fragment_entry), &start_block,
473 *fragment_start_block = fragment_entry.start_block;
494 *s, long long start_block,
505 msblk->fragment[i].block != start_block; i++);
545 start_block, length, NULL, sblk->block_size))) {
547 "[%llx]\n", start_block);
493 get_cached_fragment(struct super_block *s, long long start_block, int length) argument
1482 read_block_index(struct super_block *s, int blocks, char *block_list, long long *start_block, int *offset) argument
[all...]
H A Dsquashfs.h61 *s, long long start_block,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c80 int (*create_inode)(char *pathname, unsigned int start_block, unsigned int offset);
415 if(read_data_block(fragment_entry->start_block, fragment_entry->size, fragment_data) == 0) {
433 if(read_data_block(fragment_entry->start_block, fragment_entry->size, fragment_data) == 0) {
509 int create_inode(char *pathname, unsigned int start_block, unsigned int offset) argument
511 long long start = sBlk.inode_table_start + start_block;
566 start = inode->start_block;
599 start = inode->start_block;
713 int create_inode_2(char *pathname, unsigned int start_block, unsigned int offset) argument
715 long long start = sBlk.inode_table_start + start_block;
757 start = inode->start_block;
891 unsigned int start_block; member in struct:dir_ent
1145 squashfs_readdir(struct dir *dir, char **name, unsigned int *start_block, unsigned int *offset, unsigned int *type) argument
1191 dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, char *target) argument
[all...]
H A Dread_fs.c170 directory_start_block = dir_inode->dir.start_block;
178 directory_start_block = dir_inode->ldir.start_block;
199 long long start = inode.start_block;
250 start = inode.start_block;
296 if(dir_inode.start_block < directory_start_block)
312 if(dir_inode.start_block < directory_start_block)
479 TRACE("squashfs_readdir: pushing directory entry %s, inode %x:%x, type 0x%x\n", dire->name, dirh.start_block, dire->offset, dire->type);
480 push_directory_entry(dire->name, SQUASHFS_MKINODE(dirh.start_block, dire->offset), dirh.inode_number + dire->inode_number, dire->type);
608 *inode_dir_start_block = inode.dir.start_block;
614 *inode_dir_start_block = inode.ldir.start_block;
[all...]
H A Dmksquashfs.c150 unsigned int start_block; member in struct:directory
842 int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type, long long byte_size, long long start_block, unsigned int offset, unsigned int *block_list, struct fragment *fragment, struct directory *dir_in) argument
865 reg->start_block = start_block;
875 TRACE("File inode, file_size %d, start_block %llx, blocks %d, fragment %d, offset %d, size %d\n", (int) byte_size,
876 start_block, offset, fragment->index, fragment->offset, fragment->size);
888 reg->start_block = start_block;
898 TRACE("Long file inode, file_size %lld, start_block %llx, blocks %d, fragment %d, offset %d, size %d, nlink %d\n", byte_size,
899 start_block, offse
1036 unsigned int start_block = inode >> 16; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dextents.c33 k1s = k1->ext.start_block;
34 k2s = k2->ext.start_block;
45 key->ext.start_block = cpu_to_be32(block);
58 return be32_to_cpu(ext->start_block) + off;
83 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count);
147 HFSPLUS_I(inode).cached_start = be32_to_cpu(fd->key->ext.start_block);
233 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block),
248 start = be32_to_cpu(extent->start_block);
253 extent->start_block = cpu_to_be32(alloc_block);
286 start = be32_to_cpu(extent->start_block);
[all...]
H A Dhfsplus_raw.h78 __be32 start_block; member in struct:hfsplus_extent
323 __be32 start_block; member in struct:hfsplus_ext_key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dextents.c33 k1s = k1->ext.start_block;
34 k2s = k2->ext.start_block;
45 key->ext.start_block = cpu_to_be32(block);
58 return be32_to_cpu(ext->start_block) + off;
83 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count);
147 HFSPLUS_I(inode).cached_start = be32_to_cpu(fd->key->ext.start_block);
262 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block),
277 start = be32_to_cpu(extent->start_block);
282 extent->start_block = cpu_to_be32(alloc_block);
316 start = be32_to_cpu(extent->start_block);
[all...]
H A Dhfsplus_raw.h79 __be32 start_block; member in struct:hfsplus_extent
324 __be32 start_block; member in struct:hfsplus_ext_key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_diag.h69 sblocknum_t start_block; member in struct:dasd_diag_init_io
109 sblocknum_t start_block; member in struct:dasd_diag_init_io
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_34xx.c1131 struct tape_34xx_block_id * start_block; local
1149 start_block = (struct tape_34xx_block_id *) request->cpdata;
1150 start_block->block = req->sector >> TAPEBLOCK_HSEC_S2B;
1151 DBF_EVENT(6, "start_block = %i\n", start_block->block);
1221 struct tape_34xx_block_id * start_block; local
1223 start_block = (struct tape_34xx_block_id *) request->cpdata;
1224 if (start_block->block == device->blk_data.block_position)
1227 DBF_LH(4, "Block seek(%06d+%06d)\n", start_block->block, device->bof);
1228 start_block
[all...]
H A Dtape_3590.c626 int count = 0, start_block, i; local
633 start_block = req->sector >> TAPEBLOCK_HSEC_S2B;
634 DBF_EVENT(6, "start_block = %i\n", start_block);
645 *(__u32 *) request->cpdata = start_block;
698 __u32 *start_block; local
700 start_block = (__u32 *) request->cpdata;
701 if (*start_block != device->blk_data.block_position) {
703 *start_block += device->bof;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dhfs.c95 uint32_t start_block; member in struct:hfsplus_extent
227 cat_block = be32_to_cpu(extents[0].start_block);
252 ext_block_start = be32_to_cpu(extents[ext].start_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c887 * We have both head and start_block to assist the search
889 * but we will shift to the place where start_block is,
906 * reservation double linked list, (start_block, last_block)
915 ext3_fsblk_t start_block,
924 /* cur = *start_block & ~7;*/
925 cur = start_block;
1038 ext3_fsblk_t group_first_block, group_end_block, start_block; local
1049 start_block = group_first_block;
1051 start_block = grp_goal + group_first_block;
1072 (start_block >
911 find_next_reservable_window( struct ext3_reserve_window_node *search_head, struct ext3_reserve_window_node *my_rsv, struct super_block * sb, ext3_fsblk_t start_block, ext3_fsblk_t last_block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c904 * We have both head and start_block to assist the search
906 * but we will shift to the place where start_block is,
923 * reservation double linked list, (start_block, last_block)
932 ext4_fsblk_t start_block,
941 /* cur = *start_block & ~7;*/
942 cur = start_block;
1055 ext4_fsblk_t group_first_block, group_end_block, start_block; local
1066 start_block = group_first_block;
1068 start_block = grp_goal + group_first_block;
1089 (start_block >
928 find_next_reservable_window( struct ext4_reserve_window_node *search_head, struct ext4_reserve_window_node *my_rsv, struct super_block * sb, ext4_fsblk_t start_block, ext4_fsblk_t last_block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswapfile.c464 if (se->start_block == offset) {
943 return se->start_block + (offset - se->start_page);
994 unsigned long nr_pages, sector_t start_block)
1004 if (se->start_block + se->nr_pages == start_block) {
1019 new_se->start_block = start_block;
993 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, unsigned long nr_pages, sector_t start_block) argument

Completed in 309 milliseconds

12