Home
last modified time | relevance | path

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

/fs/hfsplus/
Dextents.c34 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 …]
Dhfsplus_raw.h90 __be32 start_block; member
344 __be32 start_block; member
361 __be32 start_block; member
/fs/squashfs/
Dfragment.c54 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()
Dsquashfs_fs.h276 __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
Did.c51 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()
Dxattr_id.c47 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()
Dcache.c393 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()
Dinode.c175 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()
Dnamei.c121 *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()
Dfile.c174 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()
Ddir.c97 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
/fs/xfs/
Dxfs_trans_extfree.c69 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()
Dxfs_log_recover.c1646 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 …]
Dxfs_log.h146 xfs_daddr_t start_block,
/fs/ext2/
Dballoc.c782 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/
Dsufile.c1033 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/
Dxfs_inode_fork.c779 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/
Dsuper.c1183 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/
Dsegment.c2761 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/
Dheartbeat.c2010 CONFIGFS_ATTR(o2hb_region_, start_block);