/fs/hfsplus/ |
D | extents.c | 34 k1s = k1->ext.start_block; in hfsplus_ext_cmp_key() 35 k2s = k2->ext.start_block; in hfsplus_ext_cmp_key() 46 key->ext.start_block = cpu_to_be32(block); in hfsplus_ext_build_key() 59 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block() 84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock() 196 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent() 304 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent() 319 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent() 324 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent() 358 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents() [all …]
|
D | hfsplus_raw.h | 90 __be32 start_block; member 344 __be32 start_block; member 361 __be32 start_block; member
|
/fs/squashfs/ |
D | fragment.c | 54 u64 start_block; in squashfs_frag_lookup() local 61 start_block = le64_to_cpu(msblk->fragment_index[block]); in squashfs_frag_lookup() 63 size = squashfs_read_metadata(sb, &fragment_entry, &start_block, in squashfs_frag_lookup() 68 *fragment_block = le64_to_cpu(fragment_entry.start_block); in squashfs_frag_lookup()
|
D | squashfs_fs.h | 276 __le32 start_block; member 353 __le32 start_block; member 367 __le64 start_block; member 384 __le32 start_block; member 400 __le32 start_block; member 431 __le32 start_block; member 436 __le64 start_block; member
|
D | id.c | 51 u64 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id() local 55 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset, in squashfs_get_id()
|
D | xattr_id.c | 47 u64 start_block = le64_to_cpu(msblk->xattr_id_table[block]); in squashfs_xattr_lookup() local 51 err = squashfs_read_metadata(sb, &id, &start_block, &offset, in squashfs_xattr_lookup()
|
D | cache.c | 393 u64 start_block, int length) in squashfs_get_fragment() argument 397 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 408 u64 start_block, int length) in squashfs_get_datablock() argument 412 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
D | inode.c | 175 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 222 squashfs_i(inode)->start = le64_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 245 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 270 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
|
D | namei.c | 121 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name() 215 blk = le32_to_cpu(dirh.start_block); in squashfs_lookup()
|
D | file.c | 174 u64 *start_block, int *offset) in read_indexes() argument 188 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes() 192 *start_block, *offset); in read_indexes()
|
D | dir.c | 97 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
|
/fs/xfs/ |
D | xfs_trans_extfree.c | 69 xfs_fsblock_t start_block, in xfs_trans_free_extent() argument 75 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, start_block); in xfs_trans_free_extent() 76 xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, start_block); in xfs_trans_free_extent() 82 error = xfs_free_extent(tp, start_block, ext_len, oinfo, in xfs_trans_free_extent() 98 extp->ext_start = start_block; in xfs_trans_free_extent()
|
D | xfs_log_recover.c | 1646 int start_block, in xlog_write_log_records() argument 1655 int end_block = start_block + blocks; in xlog_write_log_records() 1679 balign = round_down(start_block, sectbb); in xlog_write_log_records() 1680 if (balign != start_block) { in xlog_write_log_records() 1681 error = xlog_bread_noalign(log, start_block, 1, bp); in xlog_write_log_records() 1685 j = start_block - balign; in xlog_write_log_records() 1688 for (i = start_block; i < end_block; i += bufblks) { in xlog_write_log_records() 1691 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1699 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records() 1700 offset = bp->b_addr + BBTOB(ealign - start_block); in xlog_write_log_records() [all …]
|
D | xfs_log.h | 146 xfs_daddr_t start_block,
|
/fs/ext2/ |
D | balloc.c | 782 ext2_fsblk_t start_block, in find_next_reservable_window() argument 792 cur = start_block; in find_next_reservable_window() 905 ext2_fsblk_t group_first_block, group_end_block, start_block; in alloc_new_reservation() local 916 start_block = group_first_block; in alloc_new_reservation() 918 start_block = grp_goal + group_first_block; in alloc_new_reservation() 939 (start_block >= my_rsv->rsv_start)) in alloc_new_reservation() 961 search_head = search_reserve_window(fs_rsv_root, start_block); in alloc_new_reservation() 972 start_block, group_end_block); in alloc_new_reservation() 1007 start_block = first_free_block + group_first_block; in alloc_new_reservation() 1012 if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end) in alloc_new_reservation()
|
/fs/nilfs2/ |
D | sufile.c | 1033 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1048 start_block = (range->start + nilfs->ns_blocksize - 1) >> in nilfs_sufile_trim_fs() 1056 if (max_blocks - start_block < len) in nilfs_sufile_trim_fs() 1059 end_block = start_block + len - 1; in nilfs_sufile_trim_fs() 1061 segnum = nilfs_get_segnum_of_block(nilfs, start_block); in nilfs_sufile_trim_fs() 1104 if (start < start_block) { in nilfs_sufile_trim_fs() 1105 nblocks -= start_block - start; in nilfs_sufile_trim_fs() 1106 start = start_block; in nilfs_sufile_trim_fs() 1138 if (start < start_block) { in nilfs_sufile_trim_fs() 1139 nblocks -= start_block - start; in nilfs_sufile_trim_fs() [all …]
|
/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 779 xfs_fsblock_t start_block; in xfs_iextents_copy() local 801 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy() 802 if (isnullstartblock(start_block)) { in xfs_iextents_copy()
|
/fs/udf/ |
D | super.c | 1183 int type1_index, sector_t start_block) in udf_find_vat_block() argument 1196 for (vat_block = start_block; in udf_find_vat_block() 1198 vat_block >= start_block - 3; vat_block--) { in udf_find_vat_block()
|
/fs/f2fs/ |
D | segment.c | 2761 block_t start_block, end_block; in f2fs_trim_fs() local 2812 start_block = START_BLOCK(sbi, start_segno); in f2fs_trim_fs() 2817 start_block, end_block); in f2fs_trim_fs() 2820 start_block, end_block); in f2fs_trim_fs()
|
/fs/ocfs2/cluster/ |
D | heartbeat.c | 2010 CONFIGFS_ATTR(o2hb_region_, start_block);
|