Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Drgrp.c755 pr_info("ri_bitbytes = %u\n", rgd->rd_bitbytes); in gfs2_rindex_print()
782 bytes_left = rgd->rd_bitbytes; in compute_bitstructs()
806 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
814 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
926 rgd->rd_bitbytes = be32_to_cpu(buf.ri_bitbytes); in read_rindex_entry()
1108 str->rg_bitbytes = cpu_to_be32(rgd->rd_bitbytes); in gfs2_rgrp_out()
Dincore.h106 u32 rd_bitbytes; /* number of bytes in data bitmaps */ member