Home
last modified time | relevance | path

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

/fs/ubifs/
Dmisc.h201 int bnum) in ubifs_idx_branch() argument
204 (UBIFS_BRANCH_SZ + c->key_len + c->hash_len) * bnum); in ubifs_idx_branch()
/fs/gfs2/
Dquota.c708 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local
724 if (pg_off >= ((bnum * bsize) + bsize)) { in gfs2_write_buf_to_page()
726 bnum++; in gfs2_write_buf_to_page()
736 zero_user(page, bnum * bsize, bh->b_size); in gfs2_write_buf_to_page()