Home
last modified time | relevance | path

Searched refs:bnum (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dmisc.h212 int bnum) in ubifs_idx_branch() argument
215 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapifunc.c728 word bnum, xnum; in diva_register_appl() local
776 bnum = nconn * rp->datablkcnt; in diva_register_appl()
779 mem_len = bnum * sizeof(word); /* DataNCCI */ in diva_register_appl()
780 mem_len += bnum * sizeof(word); /* DataFlags */ in diva_register_appl()
781 mem_len += bnum * rp->datablklen; /* ReceiveBuffer */ in diva_register_appl()
795 p += bnum * sizeof(word); in diva_register_appl()
797 p += bnum * sizeof(word); in diva_register_appl()
799 p += bnum * rp->datablklen; in diva_register_appl()
827 this->MaxBuffer = bnum; in diva_register_appl()
/linux-4.19.296/fs/gfs2/
Dquota.c700 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local
716 if (pg_off >= ((bnum * bsize) + bsize)) { in gfs2_write_buf_to_page()
718 bnum++; in gfs2_write_buf_to_page()
728 zero_user(page, bnum * bsize, bh->b_size); in gfs2_write_buf_to_page()