Home
last modified time | relevance | path

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

/fs/squashfs/
A Dfragment.c41 u64 start_block; in squashfs_frag_lookup() local
48 start_block = le64_to_cpu(msblk->fragment_index[block]); in squashfs_frag_lookup()
50 size = squashfs_read_metadata(sb, &fragment_entry, &start_block, in squashfs_frag_lookup()
55 *fragment_block = le64_to_cpu(fragment_entry.start_block); in squashfs_frag_lookup()
A Dsquashfs_fs.h264 __le32 start_block; member
341 __le32 start_block; member
355 __le64 start_block; member
372 __le32 start_block; member
388 __le32 start_block; member
419 __le32 start_block; member
424 __le64 start_block; member
A Did.c38 u64 start_block; in squashfs_get_id() local
45 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id()
47 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset, in squashfs_get_id()
A Dxattr_id.c34 u64 start_block; in squashfs_xattr_lookup() local
41 start_block = le64_to_cpu(msblk->xattr_id_table[block]); in squashfs_xattr_lookup()
43 err = squashfs_read_metadata(sb, &id, &start_block, &offset, in squashfs_xattr_lookup()
A Dcache.c384 u64 start_block, int length) in squashfs_get_fragment() argument
388 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment()
399 u64 start_block, int length) in squashfs_get_datablock() argument
403 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
A Dinode.c165 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
212 squashfs_i(inode)->start = le64_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
235 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
260 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
A Dnamei.c102 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
196 blk = le32_to_cpu(dirh.start_block); in squashfs_lookup()
A Dfile.c162 u64 *start_block, int *offset) in read_indexes() argument
176 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes()
180 *start_block, *offset); in read_indexes()
A Ddir.c84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
/fs/hfsplus/
A 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()
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()
367 extent->start_block = 0; in hfsplus_free_extents()
423 start = be32_to_cpu(fd.key->ext.start_block); in hfsplus_free_fork()
[all …]
A Dhfsplus_raw.h90 __be32 start_block; member
348 __be32 start_block; member
365 __be32 start_block; member
/fs/ext2/
A Dballoc.c759 ext2_fsblk_t start_block, in find_next_reservable_window() argument
769 cur = start_block; in find_next_reservable_window()
875 ext2_fsblk_t group_first_block, group_end_block, start_block; in alloc_new_reservation() local
886 start_block = group_first_block; in alloc_new_reservation()
888 start_block = grp_goal + group_first_block; in alloc_new_reservation()
909 (start_block >= my_rsv->rsv_start)) in alloc_new_reservation()
931 search_head = search_reserve_window(fs_rsv_root, start_block); in alloc_new_reservation()
942 start_block, group_end_block); in alloc_new_reservation()
977 start_block = first_free_block + group_first_block; in alloc_new_reservation()
982 if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end) in alloc_new_reservation()
/fs/nilfs2/
A Dsufile.c1068 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local
1083 start_block = (range->start + nilfs->ns_blocksize - 1) >> in nilfs_sufile_trim_fs()
1091 if (max_blocks - start_block < len) in nilfs_sufile_trim_fs()
1094 end_block = start_block + len - 1; in nilfs_sufile_trim_fs()
1096 segnum = nilfs_get_segnum_of_block(nilfs, start_block); in nilfs_sufile_trim_fs()
1139 if (start < start_block) { in nilfs_sufile_trim_fs()
1140 nblocks -= start_block - start; in nilfs_sufile_trim_fs()
1141 start = start_block; in nilfs_sufile_trim_fs()
1174 if (start < start_block) { in nilfs_sufile_trim_fs()
1175 nblocks -= start_block - start; in nilfs_sufile_trim_fs()
[all …]
/fs/hfs/
A Dbtree.c28 sector_t start_block; in hfs_btree_open() local
89 start_block = HFS_SB(sb)->fs_start + (dblock * HFS_SB(sb)->fs_div); in hfs_btree_open()
96 bh = sb_bread(sb, start_block); in hfs_btree_open()
107 start_block++; in hfs_btree_open()
/fs/xfs/
A Dxfs_log_recover.c1507 int start_block, in xlog_write_log_records() argument
1516 int end_block = start_block + blocks; in xlog_write_log_records()
1540 balign = round_down(start_block, sectbb); in xlog_write_log_records()
1541 if (balign != start_block) { in xlog_write_log_records()
1546 j = start_block - balign; in xlog_write_log_records()
1549 for (i = start_block; i < end_block; i += bufblks) { in xlog_write_log_records()
1552 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1560 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1562 buffer + BBTOB(ealign - start_block)); in xlog_write_log_records()
1568 offset = buffer + xlog_align(log, start_block); in xlog_write_log_records()
[all …]
A Dxfs_log.h129 xfs_daddr_t start_block,
/fs/ocfs2/
A Dfile.c1547 u64 start_block, end_block, nr_blocks; in ocfs2_zeroout_partial_cluster() local
1556 start_block = ocfs2_blocks_for_bytes(sb, start); in ocfs2_zeroout_partial_cluster()
1558 nr_blocks = end_block - start_block; in ocfs2_zeroout_partial_cluster()
1570 offset = start_block - ocfs2_clusters_to_blocks(sb, cluster); in ocfs2_zeroout_partial_cluster()
/fs/udf/
A Dsuper.c1198 int type1_index, sector_t start_block) in udf_find_vat_block() argument
1211 for (vat_block = start_block; in udf_find_vat_block()
1213 vat_block >= start_block - 3; vat_block--) { in udf_find_vat_block()
/fs/f2fs/
A Dsegment.c3462 block_t start_block, end_block; in f2fs_trim_fs() local
3513 start_block = START_BLOCK(sbi, start_segno); in f2fs_trim_fs()
3518 start_block, end_block); in f2fs_trim_fs()
3521 start_block, end_block); in f2fs_trim_fs()
/fs/ocfs2/cluster/
A Dheartbeat.c1931 CONFIGFS_ATTR(o2hb_region_, start_block);

Completed in 51 milliseconds