Home
last modified time | relevance | path

Searched refs:blksz (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.c211 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_rtalloc_log_count() local
215 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()
265 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_calc_write_reservation() local
268 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK), blksz) + in xfs_calc_write_reservation()
270 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation()
275 blksz) + in xfs_calc_write_reservation()
277 xfs_calc_buf_res(xfs_rtalloc_log_count(mp, 1), blksz) + in xfs_calc_write_reservation()
278 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 1), blksz); in xfs_calc_write_reservation()
284 xfs_calc_buf_res(xfs_allocfree_log_count(mp, 2), blksz); in xfs_calc_write_reservation()
313 unsigned int blksz = XFS_FSB_TO_B(mp, 1); in xfs_calc_itruncate_reservation() local
[all …]
/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_sdio.c689 int ret, num_blocks, blksz; in btmrvl_sdio_card_to_host() local
710 blksz = SDIO_BLOCK_SIZE; in btmrvl_sdio_card_to_host()
711 num_blocks = DIV_ROUND_UP(buf_len, blksz); in btmrvl_sdio_card_to_host()
714 || (num_blocks * blksz) > ALLOC_BUF_SIZE) { in btmrvl_sdio_card_to_host()
721 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_KERNEL); in btmrvl_sdio_card_to_host()
738 num_blocks * blksz); in btmrvl_sdio_card_to_host()
753 if (buf_len > blksz * num_blocks) { in btmrvl_sdio_card_to_host()
755 buf_len, blksz * num_blocks); in btmrvl_sdio_card_to_host()
793 BT_ERR("hex: %*ph", blksz * num_blocks, payload); in btmrvl_sdio_card_to_host()
1077 int blksz; in btmrvl_sdio_host_to_card() local
[all …]
/linux-4.19.296/include/trace/events/
Dmmc.h34 __field(unsigned int, blksz)
60 __entry->blksz = mrq->data ? mrq->data->blksz : 0;
89 __entry->blocks, __entry->blksz,
/linux-4.19.296/include/uapi/linux/mmc/
Dioctl.h19 unsigned int blksz; member
/linux-4.19.296/include/linux/mmc/
Dcore.h123 unsigned int blksz; /* data block size */ member
Dsdio_func.h123 extern int sdio_set_block_size(struct sdio_func *func, unsigned blksz);
/linux-4.19.296/fs/ocfs2/
Dsuper.c2373 u32 blksz, in ocfs2_verify_volume() argument
2391 if ((1 << le32_to_cpu(di->id2.i_super.s_blocksize_bits)) != blksz) { in ocfs2_verify_volume()
2395 blksz); in ocfs2_verify_volume()