| /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 | 5345 ext4_lblk_t start_blk, len_blks; in ext4_get_es_cache() local 5376 start_blk = start >> inode->i_sb->s_blocksize_bits; in ext4_get_es_cache() 5380 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1; in ext4_get_es_cache() 5386 return ext4_fill_es_cache_info(inode, start_blk, len_blks, fieinfo); in ext4_get_es_cache()
|
| H A D | ext4.h | 3886 ext4_fsblk_t start_blk, 3891 ext4_fsblk_t start_blk, unsigned int count);
|
| /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 | 48 unsigned start_blk, unsigned end_blk) in ifs_next_uptodate_block() argument 52 return find_next_bit(ifs->state, end_blk + 1, start_blk); in ifs_next_uptodate_block() 60 unsigned start_blk, unsigned end_blk) in ifs_next_nonuptodate_block() argument 64 return find_next_zero_bit(ifs->state, end_blk + 1, start_blk); in ifs_next_nonuptodate_block() 121 unsigned start_blk, unsigned end_blk) in ifs_next_dirty_block() argument 128 blks + start_blk) - blks; in ifs_next_dirty_block() 136 unsigned start_blk, unsigned end_blk) in ifs_next_clean_block() argument 143 blks + start_blk) - blks; in ifs_next_clean_block() 150 unsigned start_blk = in ifs_find_dirty_range() local 157 start_blk = ifs_next_dirty_block(folio, start_blk, end_blk); in ifs_find_dirty_range() [all …]
|
| /linux/fs/ocfs2/ |
| H A D | suballoc.h | 137 u64 start_blk, 142 u64 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/fs/nilfs2/ |
| H A D | page.h | 49 sector_t start_blk,
|
| /linux/fs/f2fs/ |
| H A D | super.c | 4830 return GET_SEGNO(sbi, FDEV(devi).start_blk + blks); in get_first_seq_zone_segno() 4876 FDEV(i).start_blk = 0; in f2fs_scan_devices() 4892 FDEV(i).start_blk = 0; in f2fs_scan_devices() 4893 FDEV(i).end_blk = FDEV(i).start_blk + in f2fs_scan_devices() 4900 FDEV(i).start_blk = FDEV(i - 1).end_blk + 1; in f2fs_scan_devices() 4901 FDEV(i).end_blk = FDEV(i).start_blk + in f2fs_scan_devices() 4933 FDEV(i).start_blk, FDEV(i).end_blk); in f2fs_scan_devices() 4940 FDEV(i).start_blk, FDEV(i).end_blk); in f2fs_scan_devices()
|