Home
last modified time | relevance | path

Searched refs:sblock (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dscrub.c64 struct scrub_block *sblock; member
216 struct scrub_block *sblock,
218 static void scrub_recheck_block_checksum(struct scrub_block *sblock);
224 static void scrub_write_block_to_dev_replace(struct scrub_block *sblock);
225 static int scrub_write_page_to_dev_replace(struct scrub_block *sblock,
227 static int scrub_checksum_data(struct scrub_block *sblock);
228 static int scrub_checksum_tree_block(struct scrub_block *sblock);
229 static int scrub_checksum_super(struct scrub_block *sblock);
230 static void scrub_block_get(struct scrub_block *sblock);
231 static void scrub_block_put(struct scrub_block *sblock);
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-clone-metadata.c237 struct dm_block *sblock; in __superblock_all_zeroes() local
244 r = dm_bm_read_lock(bm, SUPERBLOCK_LOCATION, NULL, &sblock); in __superblock_all_zeroes()
250 data_le = dm_block_data(sblock); in __superblock_all_zeroes()
263 dm_bm_unlock(sblock); in __superblock_all_zeroes()
274 struct dm_block **sblock) in superblock_read_lock() argument
276 return dm_bm_read_lock(cmd->bm, SUPERBLOCK_LOCATION, &sb_validator, sblock); in superblock_read_lock()
280 struct dm_block **sblock) in superblock_write_lock() argument
282 return dm_bm_write_lock(cmd->bm, SUPERBLOCK_LOCATION, &sb_validator, sblock); in superblock_write_lock()
286 struct dm_block **sblock) in superblock_write_lock_zero() argument
288 return dm_bm_write_lock_zero(cmd->bm, SUPERBLOCK_LOCATION, &sb_validator, sblock); in superblock_write_lock_zero()
[all …]
H A Ddm-thin-metadata.c412 struct dm_block **sblock) in superblock_lock_zero() argument
415 &sb_validator, sblock); in superblock_lock_zero()
419 struct dm_block **sblock) in superblock_lock() argument
422 &sb_validator, sblock); in superblock_lock()
527 struct dm_block *sblock; in __write_initial_superblock() local
546 r = superblock_lock_zero(pmd, &sblock); in __write_initial_superblock()
550 disk_super = dm_block_data(sblock); in __write_initial_superblock()
567 return dm_tm_commit(pmd->tm, sblock); in __write_initial_superblock()
655 struct dm_block *sblock; in __open_metadata() local
659 &sb_validator, &sblock); in __open_metadata()
[all …]
H A Ddm-cache-metadata.c238 struct dm_block **sblock) in superblock_read_lock() argument
241 &sb_validator, sblock); in superblock_read_lock()
245 struct dm_block **sblock) in superblock_lock_zero() argument
248 &sb_validator, sblock); in superblock_lock_zero()
252 struct dm_block **sblock) in superblock_lock() argument
255 &sb_validator, sblock); in superblock_lock()
335 struct dm_block *sblock; in __write_initial_superblock() local
355 r = superblock_lock_zero(cmd, &sblock); in __write_initial_superblock()
359 disk_super = dm_block_data(sblock); in __write_initial_superblock()
387 return dm_tm_commit(cmd->tm, sblock); in __write_initial_superblock()
[all …]
H A Ddm-era-target.c302 struct dm_block **sblock) in superblock_read_lock() argument
305 &sb_validator, sblock); in superblock_read_lock()
309 struct dm_block **sblock) in superblock_lock_zero() argument
312 &sb_validator, sblock); in superblock_lock_zero()
316 struct dm_block **sblock) in superblock_lock() argument
319 &sb_validator, sblock); in superblock_lock()
515 struct dm_block *sblock; in write_superblock() local
524 r = superblock_lock_zero(md, &sblock); in write_superblock()
528 disk = dm_block_data(sblock); in write_superblock()
531 return dm_tm_commit(md->tm, sblock); in write_superblock()
[all …]
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_write.c144 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block()
192 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block()
289 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_triple_indirect_block()
452 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_delete_file()
453 uint32_t inode_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_delete_file()
610 le32_to_cpu(ext4fs_root->sblock.total_blocks) in ext4fs_init()
611 - le32_to_cpu(ext4fs_root->sblock.first_data_block), in ext4fs_init()
612 le32_to_cpu(ext4fs_root->sblock.blocks_per_group)); in ext4fs_init()
852 struct ext2_sblock *sblock = &(ext4fs_root->sblock); in ext4fs_write() local
931 ibmap_idx = inodeno / le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_write()
[all …]
H A Dext4_common.c251 if (count > le32_to_cpu(ext4fs_root->sblock.inodes_per_group)) in _get_new_inode_no()
378 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_set_inode_bmap()
403 inode_no -= (index * le32_to_cpu(ext4fs_root->sblock.inodes_per_group)); in ext4fs_reset_inode_bmap()
966 unsigned int blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in ext4fs_get_new_blk_no()
1094 unsigned int inodes_per_grp = le32_to_cpu(ext4fs_root->sblock.inodes_per_group); in ext4fs_get_new_inode_no()
1575 blkno = le32_to_cpu(data->sblock.first_data_block) + 1 + in ext4fs_blockgroup()
1590 struct ext2_sblock *sblock = &data->sblock; in ext4fs_read_inode() local
1600 (sblock->inodes_per_group), &blkgrp); in ext4fs_read_inode()
1606 (ino % le32_to_cpu(sblock->inodes_per_group)) / inodes_per_block; in ext4fs_read_inode()
2339 status = ext4_read_superblock((char *)&data->sblock); in ext4fs_mount()
[all …]
H A Dext4fs.c247 uuid_bin_to_str((unsigned char *)ext4fs_root->sblock.unique_id, in ext4fs_uuid()
/OK3568_Linux_fs/kernel/fs/efs/
H A Dsuper.c159 efs_block_t sblock = 0; /* shuts up gcc */ in module_exit() local
217 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
228 sblock); in module_exit()
231 return sblock; in module_exit()
/OK3568_Linux_fs/kernel/fs/bfs/
H A Ddir.c273 int block, sblock, eblock, off, pos; in bfs_add_entry() local
283 sblock = BFS_I(dir)->i_sblock; in bfs_add_entry()
285 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()
292 pos = (block - sblock) * BFS_BSIZE + off; in bfs_add_entry()
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h53 (data->sblock.log2_block_size) \
206 struct ext2_sblock sblock; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Di2c.h55 unsigned short sblock; /* 0x54 */ member
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0110-fs-jfs-Catch-infinite-recursion.patch27 << (grub_le_to_cpu16 (data->sblock.log2_blksz)
H A D0109-fs-jfs-Limit-the-extents-that-getblk-can-consider.patch43 << (grub_le_to_cpu16 (data->sblock.log2_blksz)
H A D0005-calloc-Use-calloc-at-most-places.patch538 grub_size_t len = data->sblock.volname[0];
539 if (len > sizeof (data->sblock.volname) - 1)
540 len = sizeof (data->sblock.volname) - 1;
544 macroman_to_utf8 (*label, data->sblock.volname + 1,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info21767 '.sblock "SECTION_NAME" | SECTION_NAME [,"NAME_N" | NAME_N]'
28730 * 'sblock' directive, TIC54X: TIC54X-Directives. (line 180)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info21767 '.sblock "SECTION_NAME" | SECTION_NAME [,"NAME_N" | NAME_N]'
28730 * 'sblock' directive, TIC54X: TIC54X-Directives. (line 180)