Home
last modified time | relevance | path

Searched refs:osb_resv_level (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Dreservations.c49 return (osb->osb_resv_level && osb->osb_dir_resv_level); in ocfs2_dir_resv_allowed()
60 bits = 4 << osb->osb_resv_level; in ocfs2_resv_window_bits()
81 if (resmap->m_osb->osb_resv_level == 0) in ocfs2_resmap_disabled()
Dsuper.c1047 osb->osb_resv_level = parsed_options.resv_level; in ocfs2_fill_super()
1586 if (osb->osb_resv_level != OCFS2_DEFAULT_RESV_LEVEL) in ocfs2_show_options()
1587 seq_printf(s, ",resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1589 if (osb->osb_dir_resv_level != osb->osb_resv_level) in ocfs2_show_options()
1590 seq_printf(s, ",dir_resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
Docfs2.h388 unsigned int osb_resv_level; member
Dlocalalloc.c868 BUG_ON(osb->osb_resv_level != 0); in ocfs2_local_alloc_find_clear_bits()