Searched defs:ocfs2_reservation_map (Results 1 – 1 of 1) sorted by relevance
48 struct ocfs2_reservation_map { struct49 struct rb_root m_reservations;50 char *m_disk_bitmap;52 struct ocfs2_super *m_osb;56 u32 m_bitmap_len; /* Number of valid80 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, argument