Home
last modified time | relevance | path

Searched refs:nblk (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dsdio.c427 int nblk, nleft, ret; in wilc_sdio_write() local
445 nblk = size / block_size; in wilc_sdio_write()
449 if (nblk > 0) { in wilc_sdio_write()
452 cmd.count = nblk; in wilc_sdio_write()
467 addr += nblk * block_size; in wilc_sdio_write()
468 buf += nblk * block_size; in wilc_sdio_write()
550 int nblk, nleft, ret; in wilc_sdio_read() local
568 nblk = size / block_size; in wilc_sdio_read()
572 if (nblk > 0) { in wilc_sdio_read()
575 cmd.count = nblk; in wilc_sdio_read()
[all …]
/linux-6.15/fs/erofs/
H A Dzmap.c110 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local
201 nblk = 1; in z_erofs_load_compact_lcluster()
210 ++nblk; in z_erofs_load_compact_lcluster()
213 nblk = 0; in z_erofs_load_compact_lcluster()
221 nblk += lo & ~Z_EROFS_LI_D0_CBLKCNT; in z_erofs_load_compact_lcluster()
232 ++nblk; in z_erofs_load_compact_lcluster()
236 m->pblk = le32_to_cpu(*(__le32 *)in) + nblk; in z_erofs_load_compact_lcluster()
/linux-6.15/fs/gfs2/
H A Dlops.c301 u64 nblk; in gfs2_log_get_bio() local
303 nblk = bio_end_sector(bio); in gfs2_log_get_bio()
304 nblk >>= sdp->sd_fsb2bb_shift; in gfs2_log_get_bio()
305 if (blkno == nblk && !flush) in gfs2_log_get_bio()
H A Ddir.c1983 u64 blk, nblk; in leaf_dealloc() local
2008 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
2015 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
2044 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
2053 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()