Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dreservations.c38 return (osb->osb_resv_level && osb->osb_dir_resv_level); in ocfs2_dir_resv_allowed()
49 bits = 4 << osb->osb_resv_level; in ocfs2_resv_window_bits()
70 if (resmap->m_osb->osb_resv_level == 0) in ocfs2_resmap_disabled()
Dsuper.c1026 osb->osb_resv_level = parsed_options.resv_level; in ocfs2_fill_super()
1568 if (osb->osb_resv_level != OCFS2_DEFAULT_RESV_LEVEL) in ocfs2_show_options()
1569 seq_printf(s, ",resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1571 if (osb->osb_dir_resv_level != osb->osb_resv_level) in ocfs2_show_options()
1572 seq_printf(s, ",dir_resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
Docfs2.h378 unsigned int osb_resv_level; member
Dlocalalloc.c858 BUG_ON(osb->osb_resv_level != 0); in ocfs2_local_alloc_find_clear_bits()