Searched refs:osb_resv_level (Results 1 – 4 of 4) sorted by relevance
36 return (osb->osb_resv_level && osb->osb_dir_resv_level); in ocfs2_dir_resv_allowed()47 bits = 4 << osb->osb_resv_level; in ocfs2_resv_window_bits()68 if (resmap->m_osb->osb_resv_level == 0) in ocfs2_resmap_disabled()
1010 osb->osb_resv_level = parsed_options.resv_level; in ocfs2_fill_super()1543 if (osb->osb_resv_level != OCFS2_DEFAULT_RESV_LEVEL) in ocfs2_show_options()1544 seq_printf(s, ",resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()1546 if (osb->osb_dir_resv_level != osb->osb_resv_level) in ocfs2_show_options()1547 seq_printf(s, ",dir_resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
375 unsigned int osb_resv_level; member
856 BUG_ON(osb->osb_resv_level != 0); in ocfs2_local_alloc_find_clear_bits()