Searched defs:ocfs2_reservation_map (Results 1 – 1 of 1) sorted by relevance
40 struct ocfs2_reservation_map { struct41 struct rb_root m_reservations;42 char *m_disk_bitmap;44 struct ocfs2_super *m_osb;48 u32 m_bitmap_len; /* Number of valid72 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, argument