Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Drgrp.c753 bytes_left = rgd->rd_bitbytes; in compute_bitstructs()
777 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
785 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
810 rgd->rd_bitbytes, in compute_bitstructs()
905 rgd->rd_bitbytes = be32_to_cpu(buf.ri_bitbytes); in read_rindex_entry()
1083 str->rg_bitbytes = cpu_to_be32(rgd->rd_bitbytes); in gfs2_rgrp_out()
Dincore.h107 u32 rd_bitbytes; /* number of bytes in data bitmaps */ member