Home
last modified time | relevance | path

Searched defs:gfs2_rgrpd (Results 1 – 1 of 1) sorted by relevance

/fs/gfs2/
Dincore.h71 struct gfs2_rgrpd { struct
72 struct list_head rd_list; /* Link with superblock */
73 struct list_head rd_list_mru;
74 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
75 u64 rd_addr; /* grp block disk address */
76 u64 rd_data0; /* first data location */
77 u32 rd_length; /* length of rgrp header in fs blocks */
78 u32 rd_data; /* num of data blocks in rgrp */
79 u32 rd_bitbytes; /* number of bytes in data bitmaps */
80 u32 rd_free;
[all …]