| /fs/squashfs/ |
| A D | fragment.c | 41 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 D | squashfs_fs.h | 264 __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 D | id.c | 38 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 D | xattr_id.c | 34 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 D | cache.c | 384 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 D | inode.c | 165 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 D | namei.c | 102 *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 D | file.c | 162 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 D | dir.c | 84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
|
| /fs/hfsplus/ |
| A 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() 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 D | hfsplus_raw.h | 90 __be32 start_block; member 348 __be32 start_block; member 365 __be32 start_block; member
|
| /fs/ext2/ |
| A D | balloc.c | 759 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 D | sufile.c | 1068 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 D | btree.c | 28 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 D | xfs_log_recover.c | 1507 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 D | xfs_log.h | 129 xfs_daddr_t start_block,
|
| /fs/ocfs2/ |
| A D | file.c | 1547 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 D | super.c | 1198 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 D | segment.c | 3462 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 D | heartbeat.c | 1931 CONFIGFS_ATTR(o2hb_region_, start_block);
|