Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dreservations.c36 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()
A Dsuper.c1010 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()
A Docfs2.h375 unsigned int osb_resv_level; member
A Dlocalalloc.c856 BUG_ON(osb->osb_resv_level != 0); in ocfs2_local_alloc_find_clear_bits()

Completed in 13 milliseconds