Home
last modified time | relevance | path

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

/fs/gfs2/
Drgrp.c268 bi->bi_offset, in gfs2_rgrp_verify()
440 bi->bi_offset = sizeof(struct gfs2_rgrp); in compute_bitstructs()
446 bi->bi_offset = sizeof(struct gfs2_rgrp); in compute_bitstructs()
452 bi->bi_offset = sizeof(struct gfs2_meta_header); in compute_bitstructs()
459 bi->bi_offset = sizeof(struct gfs2_meta_header); in compute_bitstructs()
476 bi->bi_start, bi->bi_len, bi->bi_offset); in compute_bitstructs()
844 memcpy(bi->bi_clone + bi->bi_offset, in gfs2_rgrp_repolish_clones()
845 bi->bi_bh->b_data + bi->bi_offset, bi->bi_len); in gfs2_rgrp_repolish_clones()
1222 type = gfs2_testbit(rgd, bi->bi_bh->b_data + bi->bi_offset, in gfs2_get_block_type()
1282 buffer = bi->bi_bh->b_data + bi->bi_offset; in rgblk_search()
[all …]
Dincore.h66 u32 bi_offset; member