Searched refs:blocksize (Results 126 - 150 of 154) sorted by relevance

1234567

/linux-master/fs/nilfs2/
H A Dsegment.c393 unsigned int blocksize = sci->sc_super->s_blocksize; local
396 if (unlikely(ssp->offset + bytes > blocksize)) {
487 unsigned int blocksize = sci->sc_super->s_blocksize; local
488 /* Size of finfo and binfo is enough small against blocksize */
492 blocksize;
711 * may be included if blocksize < pagesize.
2089 * for blocksize < pagesize because page dirty
H A Dsuper.c847 u64 pos, int blocksize,
853 offset = do_div(sb_index, blocksize);
846 nilfs_read_super_block(struct super_block *sb, u64 pos, int blocksize, struct buffer_head **pbh) argument
/linux-master/fs/btrfs/
H A Dextent-tree.c5163 u32 blocksize = fs_info->nodesize; local
5172 root->alloc_bytenr += blocksize;
5177 block_rsv = btrfs_use_block_rsv(trans, root, blocksize);
5181 ret = btrfs_reserve_extent(root, blocksize, blocksize, blocksize,
5236 btrfs_unuse_block_rsv(fs_info, block_rsv, blocksize);
H A Dfile.c3057 int blocksize = BTRFS_I(inode)->root->fs_info->sectorsize; local
3064 alloc_start = round_down(offset, blocksize);
3065 alloc_end = round_up(offset + len, blocksize);
3146 last_byte = ALIGN(last_byte, blocksize);
3189 range->len, blocksize,
H A Dextent_io.c1007 size_t blocksize = fs_info->sectorsize; local
1053 iosize = ALIGN(iosize, blocksize);
2302 size_t blocksize = folio_to_fs_info(folio)->sectorsize; local
2307 start += ALIGN(offset, blocksize);
H A Dscrub.c781 * - May have extra blocksize limits
818 int mirror, int blocksize, bool wait)
838 bbio->bio.bi_iter.bi_size >= blocksize)) {
1000 * - Go through the remaining mirrors and try to read as large blocksize as
817 scrub_stripe_submit_repair_read(struct scrub_stripe *stripe, int mirror, int blocksize, bool wait) argument
H A Dctree.c1335 u32 blocksize; local
1361 blocksize = fs_info->nodesize;
1398 nread += blocksize;
/linux-master/fs/ocfs2/
H A Ddir.c104 struct ocfs2_dir_block_trailer *ocfs2_dir_trailer_from_size(int blocksize, argument
109 p += blocksize - sizeof(struct ocfs2_dir_block_trailer);
2821 * blocksize == clustersize and the dirent won't fit in the
3413 int blocksize = dir->i_sb->s_blocksize; local
3453 if (ocfs2_skip_dir_trailer(dir, de, offset % blocksize,
3454 blocksize))
H A Daops.c420 unsigned blocksize = head->b_size; local
429 block_end = block_start + blocksize;
H A Dalloc.c7017 unsigned int blocksize = 1 << inode->i_sb->s_blocksize_bits; local
7021 memset(&di->id2, 0, blocksize -
7025 memset(&di->id2, 0, blocksize -
/linux-master/fs/reiserfs/
H A Dfix_node.c2245 unsigned long blocksize = sb->s_blocksize; local
2249 max_num_of_items = (blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN);
2250 max_num_of_entries = (blocksize - BLKH_SIZE - IH_SIZE) /
2342 "blocksize %s[%d] (%b)",
H A Dreiserfs.h2701 #define journal_trans_half(blocksize) \
2702 ((blocksize - sizeof(struct reiserfs_journal_desc) - 12) / sizeof(__u32))
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c1126 unsigned int blocksize; local
1156 blocksize = crypto_sync_skcipher_blocksize(cts_tfm);
1158 len = param->confounder->len + param->plaintext->len + blocksize;
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1090 int blocksize, digestsize, ret; local
1097 blocksize = crypto_shash_blocksize(hash_tfm);
1099 if (keys->authkeylen > blocksize) {
/linux-master/crypto/
H A Dtestmgr.c1738 const unsigned int blocksize = crypto_ahash_blocksize(tfm); local
1805 if (blocksize != crypto_shash_blocksize(generic_tfm)) {
1806 pr_err("alg: hash: blocksize for %s (%u) doesn't match generic impl (%u)\n",
1807 driver, blocksize, crypto_shash_blocksize(generic_tfm));
2545 pr_err("alg: aead: blocksize for %s (%u) doesn't match generic impl (%u)\n",
3080 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); local
3165 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) {
3166 pr_err("alg: skcipher: blocksize for %s (%u) doesn't match generic impl (%u)\n",
3167 driver, blocksize,
H A Dahash.c556 rhash.blocksize = alg->cra_blocksize;
569 seq_printf(m, "blocksize : %u\n", alg->cra_blocksize);
/linux-master/fs/ext4/
H A Dmballoc.c107 * blocksize) blocks. So it can have information regarding groups_per_page
1265 * contain blocks_per_page (PAGE_SIZE / blocksize) blocks.
1276 unsigned int blocksize; local
1294 blocksize = i_blocksize(inode);
1295 blocks_per_page = PAGE_SIZE / blocksize;
1373 data = page_address(page) + (i * blocksize);
1389 group, page->index, i * blocksize);
1400 memset(data, 0xff, blocksize);
1408 group, page->index, i * blocksize);
1413 memcpy(data, bitmap, blocksize);
[all...]
/linux-master/drivers/s390/char/
H A Dtape_core.c90 * FIXME: In the future the first_minor and blocksize attribute should be
168 DEVICE_ATTR(blocksize, 0444, tape_blocksize_show, NULL);
/linux-master/fs/nfs/
H A Dnfs2xdr.c255 * unsigned int blocksize;
290 fattr->du.nfs2.blocksize = be32_to_cpup(p++);
/linux-master/drivers/md/
H A Ddm-integrity.c3860 unsigned int ivsize, blocksize; local
3872 blocksize = crypto_skcipher_blocksize(ic->journal_crypt);
3883 ic->journal_crypt_alg.alg_string, blocksize, ivsize);
3892 if (blocksize == 1) {
3950 unsigned int crypt_len = roundup(ivsize, blocksize);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c873 int blocksize = priv->fops->writeN_block_size; local
876 count = len / blocksize;
877 remainder = len % blocksize;
882 addr, 0, buf, blocksize,
884 if (ret != blocksize)
887 addr += blocksize;
888 buf += blocksize;
905 __func__, addr, blocksize);
/linux-master/include/linux/
H A Dnfs_xdr.h57 __u32 blocksize; member in struct:nfs_fattr::__anon858::__anon859
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c1194 geo->blocksize = sbp->sb_blocksize;
/linux-master/fs/f2fs/
H A Dcheckpoint.c937 unsigned long blk_size = sbi->blocksize;
H A Dsuper.c1795 buf->f_bsize = sbi->blocksize;
3753 sbi->blocksize = BIT(sbi->log_blocksize);
4366 f2fs_err(sbi, "unable to set blocksize");

Completed in 839 milliseconds

1234567