Home
last modified time | relevance | path

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

/fs/gfs2/
Drgrp.c754 fs_info(sdp, "ri_bitbytes = %u\n", rgd->rd_bitbytes); in gfs2_rindex_print()
781 bytes_left = rgd->rd_bitbytes; in compute_bitstructs()
805 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
813 bi->bi_start = rgd->rd_bitbytes - bytes_left; in compute_bitstructs()
925 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()
Dincore.h103 u32 rd_bitbytes; /* number of bytes in data bitmaps */ member