Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dextents.c36 k1s = k1->ext.start_block; in hfsplus_cmp_ext_key()
37 k2s = k2->ext.start_block; in hfsplus_cmp_ext_key()
48 key->ext.start_block = cpu_to_be32(block); in hfsplus_fill_ext_key()
61 return be32_to_cpu(extent->start_block) + off; in hfsplus_find_extent()
123 be32_to_cpu(fd.key->ext.start_block)); in hfsplus_get_block()
145 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
160 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent()
165 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
244 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents()
248 extent->start_block = 0; in hfsplus_free_extents()
[all …]
Dhfsplus_raw.h68 u32 start_block; member
309 u32 start_block; member
/linux-2.4.37.9/fs/xfs/
Dxfs_trans_extfree.c80 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent() argument
96 extp->ext_start = start_block; in xfs_trans_log_efi_extent()
137 xfs_fsblock_t start_block, in xfs_trans_log_efd_extent() argument
153 extp->ext_start = start_block; in xfs_trans_log_efd_extent()
Dxfs_iomap.c160 xfs_fsblock_t start_block; in xfs_imap_to_bmap() local
179 start_block = imap->br_startblock; in xfs_imap_to_bmap()
180 if (start_block == HOLESTARTBLOCK) { in xfs_imap_to_bmap()
183 } else if (start_block == DELAYSTARTBLOCK) { in xfs_imap_to_bmap()
187 iomapp->iomap_bn = XFS_FSB_TO_DB_IO(io, start_block); in xfs_imap_to_bmap()
Dxfs_log_recover.c1123 int start_block, in xlog_write_log_records() argument
1132 int end_block = start_block + blocks; in xlog_write_log_records()
1148 balign = XLOG_SECTOR_ROUNDDOWN_BLKNO(log, start_block); in xlog_write_log_records()
1149 if (balign != start_block) { in xlog_write_log_records()
1150 if ((error = xlog_bread(log, start_block, 1, bp))) { in xlog_write_log_records()
1154 j = start_block - balign; in xlog_write_log_records()
1157 for (i = start_block; i < end_block; i += bufblks) { in xlog_write_log_records()
1160 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1168 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1170 balign = BBTOB(ealign - start_block); in xlog_write_log_records()
[all …]
Dxfs_log.h158 xfs_daddr_t start_block,
Dxfs_inode.c2931 xfs_fsblock_t start_block; in xfs_iextents_copy() local
2951 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy()
2952 if (ISNULLSTARTBLOCK(start_block)) { in xfs_iextents_copy()
/linux-2.4.37.9/init/
Ddo_mounts.c492 identify_ramdisk_image(int fd, int start_block) in identify_ramdisk_image() argument
515 lseek(fd, start_block * BLOCK_SIZE, 0); in identify_ramdisk_image()
524 start_block); in identify_ramdisk_image()
534 start_block); in identify_ramdisk_image()
542 start_block); in identify_ramdisk_image()
550 lseek(fd, (start_block+1) * BLOCK_SIZE, 0); in identify_ramdisk_image()
558 start_block); in identify_ramdisk_image()
567 start_block); in identify_ramdisk_image()
574 start_block); in identify_ramdisk_image()
577 lseek(fd, start_block * BLOCK_SIZE, 0); in identify_ramdisk_image()
/linux-2.4.37.9/fs/partitions/
Dmac.h14 __u32 start_block; /* absolute starting block # of partition */ member
Dmac.c67 fsec + be32_to_cpu(part->start_block) * (secsize/512), in mac_partition()
/linux-2.4.37.9/drivers/s390/block/
Ddasd_diag.h42 u32 start_block; member
Ddasd_diag.c103 iib->start_block = 0; in mdsk_init_io()