Searched defs:ocfs2_reservation_map (Results 1 – 3 of 3) sorted by relevance
38 struct ocfs2_reservation_map { struct39 struct rb_root m_reservations;40 char *m_disk_bitmap;42 struct ocfs2_super *m_osb;46 u32 m_bitmap_len; /* Number of valid70 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, argument