Home
last modified time | relevance | path

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

/fs/ubifs/
Dmisc.h210 int bnum) in ubifs_idx_branch() argument
213 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
/fs/gfs2/
Dquota.c667 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local
683 if (pg_off >= ((bnum * bsize) + bsize)) { in gfs2_write_buf_to_page()
685 bnum++; in gfs2_write_buf_to_page()
695 zero_user(page, bnum * bsize, bh->b_size); in gfs2_write_buf_to_page()