Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dlops.c302 u64 nblk; in gfs2_log_get_bio() local
305 nblk = bio_end_sector(bio); in gfs2_log_get_bio()
306 nblk >>= sdp->sd_fsb2bb_shift; in gfs2_log_get_bio()
307 if (blkno == nblk) in gfs2_log_get_bio()
Ddir.c1885 u64 blk, nblk; in leaf_dealloc() local
1911 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
1918 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
1946 for (blk = leaf_no; blk; blk = nblk) { in leaf_dealloc()
1953 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dframework.c904 unsigned features, int nblk, int blklen, in sfw_create_test_rpc() argument
918 LASSERT(nblk == rpc->crpc_bulk.bk_niov); in sfw_create_test_rpc()
925 rpc = srpc_create_client_rpc(peer, tsi->tsi_service, nblk, in sfw_create_test_rpc()
929 srpc_init_client_rpc(rpc, peer, tsi->tsi_service, nblk, in sfw_create_test_rpc()
Dselftest.h417 int nblk, int blklen, srpc_client_rpc_t **rpc);