Searched refs:blocks (Results 226 - 250 of 449) sorted by relevance

1234567891011>>

/linux-master/fs/reiserfs/
H A Dsuper.c625 reiserfs_warning(s, "green-2005", "reserved blocks left %d",
1123 unsigned long *blocks,
1179 *blocks = 0;
1201 *blocks = sb_bdev_nr_blocks(s);
1203 *blocks = simple_strtoul(arg, &p, 0);
1432 unsigned long blocks; local
1454 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1505 if (blocks) {
1506 err = reiserfs_resize(s, blocks);
1701 /* after journal replay, reread all bitmap and super blocks */
1110 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
1892 unsigned long blocks; local
[all...]
/linux-master/fs/bcachefs/
H A Dec.c141 prt_printf(out, "algo %u sectors %u blocks %u:%u csum ",
696 "error doing reconstruct read: unable to read enough blocks");
882 "error doing reconstruct read: unable to read enough blocks");
1418 if (s->blocks[i]) {
1419 ob = c->open_buckets + s->blocks[i];
1484 if (s->blocks[i]) {
1485 ob = c->open_buckets + s->blocks[i];
1824 h->s->blocks[j] = buckets.v[i];
1850 h->s->blocks[j] = buckets.v[i];
1877 /* No blocks wort
[all...]
H A Dec.h179 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX]; member in struct:ec_stripe_new
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c52 struct aegis_block blocks[AEGIS128_STATE_BLOCKS]; member in struct:aegis_state
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead827d.c93 NVVAL(NV827D, HEAD_SET_STORAGE, PITCH, asyh->core.blocks) |
H A Dbase907c.c54 NVVAL(NV907C, SURFACE_SET_STORAGE, PITCH, asyw->image.blocks[0]) |
H A Dwndwc57e.c61 NVVAL(NVC57E, SET_PLANAR_STORAGE, PITCH, asyw->image.blocks[0]) |
H A Dovly507e.c82 NVVAL(NV507E, SURFACE_SET_STORAGE, PITCH, asyw->image.blocks[0]) |
/linux-master/drivers/scsi/qedi/
H A Dqedi.h386 return (info->blocks[tid / info->num_tids_per_block] +
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h27 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member in struct:qed_tid_mem
287 /* ILT client blocks for PF */
291 /* ILT client blocks for VFs */
/linux-master/arch/powerpc/crypto/
H A Dsha256-spe-glue.c34 extern void ppc_spe_sha256_transform(u32 *state, const u8 *src, u32 blocks);
89 /* cut input data into smaller blocks */
/linux-master/fs/xfs/
H A Dxfs_quotaops.c38 tstate->blocks = ip->i_nblocks;
/linux-master/drivers/staging/most/dim2/
H A Dhal.c33 * Max possible allocated space is 32 blocks.
116 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); local
117 u32 mask = ~((~(u32)0) << blocks);
136 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); local
137 u32 mask = ~((~(u32)0) << blocks);
/linux-master/include/net/9p/
H A D9p.h523 u64 blocks; member in struct:p9_rstatfs
/linux-master/drivers/mmc/host/
H A Dsunplus-mmc.c405 writel(data->blocks - 1, host->base + SPMMC_SD_PAGE_NUM_REG);
476 if (data->blksz * data->blocks > host->dma_int_threshold) {
597 data->bytes_xfered = data->blocks * data->blksz;
627 int data_left = data->blocks * data->blksz;
H A Dmvsdio.c97 dev_dbg(host->dev, "data %s at 0x%08x: blocks=%d blksz=%d tmout=%u (%d)\n",
99 (u32)sg_virt(data->sg), data->blocks, data->blksz,
105 mvsd_write(MVSD_BLK_COUNT, data->blocks);
125 host->pio_size = data->blocks * data->blksz;
320 (data->blocks - mvsd_read(MVSD_CURR_BLK_LEFT)) * data->blksz;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.h188 const struct mlxsw_afk_block *blocks; member in struct:mlxsw_afk_ops
/linux-master/fs/ext4/
H A Dballoc.c30 * balloc.c contains the blocks allocation and deallocation routines
102 * descriptor blocks */
132 * Normally all of these blocks are contiguous, so the special
165 unsigned int blocks; local
172 * blocks.
174 blocks = ext4_blocks_count(EXT4_SB(sb)->s_es) -
177 blocks = EXT4_BLOCKS_PER_GROUP(sb);
178 return EXT4_NUM_B2C(EXT4_SB(sb), blocks);
227 * Also if the number of blocks within the group is less than
236 /* Return the number of free blocks i
[all...]
/linux-master/fs/gfs2/
H A Dlops.c150 if (lblock >= je->lblock && lblock < je->lblock + je->blocks)
529 for (; block < je->lblock + je->blocks; block++, dblock++) {
549 unsigned int blocks = local
552 bio = gfs2_chain_bio(bio, blocks);
718 unsigned int limit = buf_limit(sdp); /* 503 for 4k blocks */
847 fs_info(sdp, "jid=%u: Replayed %u of %u blocks\n",
1051 /* FIXME: sort out accounting for log blocks etc. */
1068 fs_info(sdp, "jid=%u: Replayed %u of %u data blocks\n",
/linux-master/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h89 head = &to_xe_ttm_vram_mgr_resource(res)->blocks;
/linux-master/fs/9p/
H A Dvfs_super.c230 buf->f_blocks = rs.blocks;
/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.c63 * (rmapbt). The number of blocks reserved is based on the formula:
65 * num trees * ((2 blocks/level * max depth) - 1)
74 uint blocks; local
76 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1);
78 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1);
80 return blocks;
117 * - two inode forks containing bmap btree root blocks.
216 * blocks as needed to mark inuse XFS_BMBT_MAX_EXTLEN blocks' worth of realtime
257 * the agfs of the ags containing the blocks
[all...]
/linux-master/fs/xfs/scrub/
H A Dcommon.h136 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
/linux-master/fs/erofs/
H A Dsuper.c211 dif->blocks = le32_to_cpu(dis->blocks);
213 sbi->total_blocks += dif->blocks;
330 sbi->primarydevice_blocks = le32_to_cpu(dsb->blocks);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c460 struct list_head *blocks; local
470 * While we may create very large contiguous blocks, we may need
494 blocks = &res->blocks;
497 list_for_each_entry(block, blocks, link) {
543 list_for_each_entry(block, &bman_res->blocks, link) {

Completed in 349 milliseconds

1234567891011>>