Lines Matching refs:bn
401 unsigned offset, u64 bn) in gfs2_indirect_init() argument
408 mp->mp_bh[i] = gfs2_meta_new(gl, bn); in gfs2_indirect_init()
413 *ptr = cpu_to_be64(bn); in gfs2_indirect_init()
458 u64 bn, dblock = 0; in gfs2_bmap_alloc() local
508 error = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL); in gfs2_bmap_alloc()
513 gfs2_trans_add_unrevoke(sdp, bn, n); in gfs2_bmap_alloc()
523 gfs2_indirect_init(mp, ip->i_gl, i, 0, bn++); in gfs2_bmap_alloc()
552 mp->mp_list[i-1], bn++); in gfs2_bmap_alloc()
564 dblock = bn; in gfs2_bmap_alloc()
566 *ptr++ = cpu_to_be64(bn++); in gfs2_bmap_alloc()
722 u64 bn, bstart; in do_strip() local
760 bn = be64_to_cpu(*p); in do_strip()
762 if (bstart + blen == bn) in do_strip()
768 bstart = bn; in do_strip()
812 bn = be64_to_cpu(*p); in do_strip()
814 if (bstart + blen == bn) in do_strip()
822 bstart = bn; in do_strip()
877 u64 bn; in recursive_scan() local
912 bn = be64_to_cpu(*top); in recursive_scan()
914 error = recursive_scan(ip, dibh, mp, height + 1, bn, in recursive_scan()