Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Drgrp.c90 unsigned int buflen = bi->bi_bytes; in gfs2_setbit()
109 bi->bi_offset, bi->bi_bytes, in gfs2_setbit()
381 end = start + bi->bi_bytes; in gfs2_free_extlen()
466 bi->bi_bytes, x); in gfs2_rgrp_verify()
792 bi->bi_bytes = bytes; in compute_bitstructs()
799 bi->bi_bytes = bytes; in compute_bitstructs()
806 bi->bi_bytes = bytes; in compute_bitstructs()
814 bi->bi_bytes = bytes; in compute_bitstructs()
826 if ((bi->bi_start + bi->bi_bytes) * GFS2_NBBY != rgd->rd_data) { in compute_bitstructs()
830 bi->bi_start, bi->bi_bytes, bi->bi_offset); in compute_bitstructs()
[all …]
Dincore.h92 u32 bi_bytes; member
Dlops.c83 bd->bd_bh->b_data + bi->bi_offset, bi->bi_bytes); in maybe_release_space()