| /linux/fs/ext4/ |
| H A D | block_validity.c | 25 ext4_fsblk_t start_blk; member 49 if ((entry1->start_blk + entry1->count) == entry2->start_blk && in can_merge() 70 ext4_fsblk_t start_blk, in add_system_zone() argument 80 if (start_blk < entry->start_blk) in add_system_zone() 82 else if (start_blk >= (entry->start_blk + entry->count)) in add_system_zone() 92 new_entry->start_blk = start_blk; in add_system_zone() 105 new_entry->start_blk = entry->start_blk; in add_system_zone() 139 entry->start_blk, entry->start_blk + entry->count - 1); in debug_print_tree() 296 ext4_fsblk_t start_blk, unsigned int count) in ext4_sb_block_valid() argument 304 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_sb_block_valid() [all …]
|
| H A D | resize.c | 308 ext4_fsblk_t start_blk; in ext4_alloc_group_tables() local 331 start_blk = ext4_group_first_block_no(sb, src_group); in ext4_alloc_group_tables() 332 last_blk = start_blk + group_data[src_group - group].blocks_count; in ext4_alloc_group_tables() 336 start_blk += overhead; in ext4_alloc_group_tables() 350 if (start_blk >= last_blk) in ext4_alloc_group_tables() 352 group_data[bb_index].block_bitmap = start_blk++; in ext4_alloc_group_tables() 353 group = ext4_get_group_number(sb, start_blk - 1); in ext4_alloc_group_tables() 361 if (start_blk >= last_blk) in ext4_alloc_group_tables() 363 group_data[ib_index].inode_bitmap = start_blk++; in ext4_alloc_group_tables() 364 group = ext4_get_group_number(sb, start_blk - 1); in ext4_alloc_group_tables() [all …]
|
| H A D | extents.c | 5224 ext4_lblk_t start_blk, len_blks; in ext4_get_es_cache() local 5255 start_blk = start >> inode->i_sb->s_blocksize_bits; in ext4_get_es_cache() 5259 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1; in ext4_get_es_cache() 5265 return ext4_fill_es_cache_info(inode, start_blk, len_blks, fieinfo); in ext4_get_es_cache()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 314 xfs_daddr_t start_blk, in xlog_find_verify_cycle() argument 341 for (i = start_blk; i < start_blk + nbblks; i += bufblks) { in xlog_find_verify_cycle() 344 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle() 396 xfs_daddr_t start_blk, in xlog_find_verify_log_record() argument 406 int num_blks = *last_blk - start_blk; in xlog_find_verify_log_record() 409 ASSERT(start_blk != 0 || *last_blk != start_blk); in xlog_find_verify_log_record() 418 error = xlog_bread(log, start_blk, num_blks, buffer, &offset); in xlog_find_verify_log_record() 425 if (i < start_blk) { in xlog_find_verify_log_record() 504 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; in xlog_find_head() local 632 start_blk = head_blk - num_scan_bblks; in xlog_find_head() [all …]
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 47 unsigned start_blk, unsigned end_blk) in ifs_next_uptodate_block() argument 51 return find_next_bit(ifs->state, end_blk + 1, start_blk); in ifs_next_uptodate_block() 59 unsigned start_blk, unsigned end_blk) in ifs_next_nonuptodate_block() argument 63 return find_next_zero_bit(ifs->state, end_blk + 1, start_blk); in ifs_next_nonuptodate_block() 112 unsigned start_blk, unsigned end_blk) in ifs_next_dirty_block() argument 119 blks + start_blk) - blks; in ifs_next_dirty_block() 127 unsigned start_blk, unsigned end_blk) in ifs_next_clean_block() argument 134 blks + start_blk) - blks; in ifs_next_clean_block() 141 unsigned start_blk = in ifs_find_dirty_range() local 148 start_blk = ifs_next_dirty_block(folio, start_blk, end_blk); in ifs_find_dirty_range() [all …]
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 933 block_t start_blk, orphan_blocks, i, j; in f2fs_recover_orphan_inodes() local 947 start_blk = __start_cp_addr(sbi) + 1 + __cp_payload(sbi); in f2fs_recover_orphan_inodes() 950 f2fs_ra_meta_pages(sbi, start_blk, orphan_blocks, META_CP, true); in f2fs_recover_orphan_inodes() 956 folio = f2fs_get_meta_folio(sbi, start_blk + i); in f2fs_recover_orphan_inodes() 982 static void write_orphan_inodes(struct f2fs_sb_info *sbi, block_t start_blk) in write_orphan_inodes() argument 1005 folio = f2fs_grab_meta_folio(sbi, start_blk++); in write_orphan_inodes() 1684 block_t start_blk; in do_checkpoint() local 1750 start_blk = __start_cp_next_addr(sbi); in do_checkpoint() 1760 blk = start_blk + BLKS_PER_SEG(sbi) - nm_i->nat_bits_blocks; in do_checkpoint() 1767 f2fs_update_meta_page(sbi, ckpt, start_blk++); in do_checkpoint() [all …]
|
| H A D | data.c | 428 if (FDEV(i).start_blk <= blk_addr && in f2fs_target_device() 430 blk_addr -= FDEV(i).start_blk; in f2fs_target_device() 450 if (FDEV(i).start_blk <= blkaddr && FDEV(i).end_blk >= blkaddr) in f2fs_target_device_index() 989 if (blkaddr < FDEV(devi).start_blk || in is_end_zone_blkaddr() 994 blkaddr -= FDEV(devi).start_blk; in is_end_zone_blkaddr() 1584 map->m_pblk -= dev->start_blk; in f2fs_map_blocks_cached() 1846 map->m_pblk -= FDEV(bidx).start_blk; in f2fs_map_blocks() 1992 sector_t start_blk, last_blk, blk_len, max_len; in f2fs_fiemap() local 2034 start_blk = F2FS_BYTES_TO_BLK(start); in f2fs_fiemap() 2036 blk_len = last_blk - start_blk + 1; in f2fs_fiemap() [all …]
|
| H A D | debug.c | 75 block_t start_blk, end_blk; in update_multidevice_stats() local 78 start_blk = MAIN_BLKADDR(sbi); in update_multidevice_stats() 81 start_blk = FDEV(i).start_blk; in update_multidevice_stats() 85 start_segno = GET_SEGNO(sbi, start_blk); in update_multidevice_stats()
|
| H A D | segment.c | 1577 blkstart -= FDEV(devi).start_blk; in __queue_discard_cmd() 1978 if (blkstart < FDEV(devi).start_blk || in __f2fs_issue_discard_zone() 1983 blkstart -= FDEV(devi).start_blk; in __f2fs_issue_discard_zone() 4529 void f2fs_write_data_summaries(struct f2fs_sb_info *sbi, block_t start_blk) in f2fs_write_data_summaries() argument 4532 write_compacted_summaries(sbi, start_blk); in f2fs_write_data_summaries() 4534 write_normal_summaries(sbi, start_blk, CURSEG_HOT_DATA); in f2fs_write_data_summaries() 4537 void f2fs_write_node_summaries(struct f2fs_sb_info *sbi, block_t start_blk) in f2fs_write_node_summaries() argument 4539 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries() 4985 unsigned int readed, start_blk = 0; in build_sit_entries() local 4990 readed = f2fs_ra_meta_pages(sbi, start_blk, BIO_MAX_VECS, in build_sit_entries() [all …]
|
| H A D | super.c | 4742 return GET_SEGNO(sbi, FDEV(devi).start_blk + blks); in get_first_seq_zone_segno() 4788 FDEV(i).start_blk = 0; in f2fs_scan_devices() 4804 FDEV(i).start_blk = 0; in f2fs_scan_devices() 4805 FDEV(i).end_blk = FDEV(i).start_blk + in f2fs_scan_devices() 4812 FDEV(i).start_blk = FDEV(i - 1).end_blk + 1; in f2fs_scan_devices() 4813 FDEV(i).end_blk = FDEV(i).start_blk + in f2fs_scan_devices() 4845 FDEV(i).start_blk, FDEV(i).end_blk); in f2fs_scan_devices() 4852 FDEV(i).start_blk, FDEV(i).end_blk); in f2fs_scan_devices()
|
| H A D | f2fs.h | 1397 block_t start_blk; member 4045 void f2fs_write_data_summaries(struct f2fs_sb_info *sbi, block_t start_blk); 4046 void f2fs_write_node_summaries(struct f2fs_sb_info *sbi, block_t start_blk); 4923 if (blkaddr < FDEV(devi).start_blk || in f2fs_is_sequential_zone_area() 4928 blkaddr -= FDEV(devi).start_blk; in f2fs_is_sequential_zone_area()
|
| /linux/fs/ext2/ |
| H A D | balloc.c | 1177 int ext2_data_block_valid(struct ext2_sb_info *sbi, ext2_fsblk_t start_blk, in ext2_data_block_valid() argument 1180 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext2_data_block_valid() 1181 (start_blk + count - 1 < start_blk) || in ext2_data_block_valid() 1182 (start_blk + count - 1 >= le32_to_cpu(sbi->s_es->s_blocks_count))) in ext2_data_block_valid() 1186 if ((start_blk <= sbi->s_sb_block) && in ext2_data_block_valid() 1187 (start_blk + count - 1 >= sbi->s_sb_block)) in ext2_data_block_valid()
|
| H A D | ext2.h | 706 extern int ext2_data_block_valid(struct ext2_sb_info *sbi, ext2_fsblk_t start_blk,
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fusion.c | 2392 u64 start_blk = io_info->pdBlock; in megasas_set_pd_lba() local 2412 cdb[12] = (u8)((start_blk >> 56) & 0xff); in megasas_set_pd_lba() 2413 cdb[13] = (u8)((start_blk >> 48) & 0xff); in megasas_set_pd_lba() 2414 cdb[14] = (u8)((start_blk >> 40) & 0xff); in megasas_set_pd_lba() 2415 cdb[15] = (u8)((start_blk >> 32) & 0xff); in megasas_set_pd_lba() 2416 cdb[16] = (u8)((start_blk >> 24) & 0xff); in megasas_set_pd_lba() 2417 cdb[17] = (u8)((start_blk >> 16) & 0xff); in megasas_set_pd_lba() 2418 cdb[18] = (u8)((start_blk >> 8) & 0xff); in megasas_set_pd_lba() 2419 cdb[19] = (u8)(start_blk & 0xff); in megasas_set_pd_lba() 2452 (start_blk <= 0xffffffff)) { in megasas_set_pd_lba() [all …]
|
| H A D | mbox_defs.h | 600 uint32_t start_blk; member 612 uint32_t start_blk; member
|
| /linux/block/partitions/ |
| H A D | acorn.c | 162 unsigned int start_blk = 0; in adfspart_check_CUMANA() local 186 data = read_part_sector(state, start_blk * 2 + 6, §); in adfspart_check_CUMANA() 208 start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9); in adfspart_check_CUMANA()
|
| /linux/fs/ocfs2/ |
| H A D | suballoc.h | 137 u64 start_blk, 142 u64 start_blk,
|
| H A D | alloc.h | 84 u64 start_blk, 172 u64 start_blk,
|
| H A D | ocfs2_trace.h | 742 TP_PROTO(int count, int bit, unsigned long long start_blk, 744 TP_ARGS(count, bit, start_blk, blkno), 748 __field(unsigned long long, start_blk) 754 __entry->start_blk = start_blk; 758 __entry->count, __entry->bit, __entry->start_blk, 857 TP_PROTO(unsigned long long bg_blkno, unsigned long long start_blk, 859 TP_ARGS(bg_blkno, start_blk, start_bit, count), 862 __field(unsigned long long, start_blk) 868 __entry->start_blk = start_blk; 872 TP_printk("%llu %llu %u %u", __entry->bg_blkno, __entry->start_blk,
|
| H A D | suballoc.c | 2659 u64 bg_blkno, start_blk; in _ocfs2_reclaim_suballoc_to_main() local 2725 start_blk = le64_to_cpu(rec->c_blkno); in _ocfs2_reclaim_suballoc_to_main() 2763 ocfs2_block_to_cluster_group(main_bm_inode, start_blk, &bg_blkno, in _ocfs2_reclaim_suballoc_to_main() 2947 u64 start_blk, in _ocfs2_free_clusters() argument 2961 BUG_ON(start_blk != ocfs2_clusters_to_blocks(bitmap_inode->i_sb, in _ocfs2_free_clusters() 2963 start_blk))); in _ocfs2_free_clusters() 2966 ocfs2_block_to_cluster_group(bitmap_inode, start_blk, &bg_blkno, in _ocfs2_free_clusters() 2970 (unsigned long long)start_blk, in _ocfs2_free_clusters() 2991 u64 start_blk, in ocfs2_free_clusters() argument 2995 start_blk, num_clusters, in ocfs2_free_clusters() [all …]
|
| H A D | alloc.c | 4717 u64 start_blk, in ocfs2_insert_extent() argument 4734 rec.e_blkno = cpu_to_le64(start_blk); in ocfs2_insert_extent() 5853 u64 start_blk, in ocfs2_truncate_log_append() argument 5865 start_cluster = ocfs2_blocks_to_clusters(osb->sb, start_blk); in ocfs2_truncate_log_append() 5934 u64 start_blk; in ocfs2_replay_truncate_records() local 5968 start_blk = ocfs2_clusters_to_blocks(data_alloc_inode->i_sb, in ocfs2_replay_truncate_records() 5974 if (start_blk) { in ocfs2_replay_truncate_records() 5980 data_alloc_bh, start_blk, in ocfs2_replay_truncate_records() 6282 u64 start_blk; in ocfs2_complete_truncate_log_recovery() local 6317 start_blk = ocfs2_clusters_to_blocks(osb->sb, start_cluster); in ocfs2_complete_truncate_log_recovery() [all …]
|
| /linux/drivers/s390/char/ |
| H A D | sclp_sdias.c | 165 int sclp_sdias_copy(void *dest, int start_blk, int nr_blks) in sclp_sdias_copy() argument 187 sccb->evbuf.fbn = start_blk; in sclp_sdias_copy()
|
| /linux/fs/nilfs2/ |
| H A D | page.h | 49 sector_t start_blk,
|
| H A D | page.c | 507 sector_t start_blk, in nilfs_find_uncommitted_extent() argument 519 index = start_blk >> (PAGE_SHIFT - inode->i_blkbits); in nilfs_find_uncommitted_extent() 541 if (b < start_blk) in nilfs_find_uncommitted_extent()
|
| /linux/drivers/scsi/ |
| H A D | megaraid.h | 402 u32 start_blk; /* starting block */ member 408 u32 start_blk; /* starting block */ member
|