Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drgrp.c770 bytes_left = rgd->rd_bitbytes; in compute_bitstructs()
794 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
802 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
827 rgd->rd_bitbytes, in compute_bitstructs()
922 rgd->rd_bitbytes = be32_to_cpu(buf.ri_bitbytes); in read_rindex_entry()
1102 str->rg_bitbytes = cpu_to_be32(rgd->rd_bitbytes); in gfs2_rgrp_out()
H A Dincore.h108 u32 rd_bitbytes; /* number of bytes in data bitmaps */ member