Home
last modified time | relevance | path

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

/linux/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/fs/erofs/
H A Dzmap.c106 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local
197 nblk = 1; in z_erofs_load_compact_lcluster()
206 ++nblk; in z_erofs_load_compact_lcluster()
209 nblk = 0; in z_erofs_load_compact_lcluster()
217 nblk += lo & ~Z_EROFS_LI_D0_CBLKCNT; in z_erofs_load_compact_lcluster()
228 ++nblk; in z_erofs_load_compact_lcluster()
232 m->pblk = le32_to_cpu(*(__le32 *)in) + nblk; in z_erofs_load_compact_lcluster()
/linux/fs/gfs2/
H A Dlops.c299 u64 nblk; in gfs2_log_get_bio() local
301 nblk = bio_end_sector(bio); in gfs2_log_get_bio()
302 nblk >>= sdp->sd_fsb2bb_shift; in gfs2_log_get_bio()
303 if (blkno == nblk && !flush) in gfs2_log_get_bio()
H A Ddir.c1981 u64 blk, nblk; in leaf_dealloc() local
2006 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
2013 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
2042 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
2051 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()