SB_FREEZE_PAGEFAULT
sb->s_writers.frozen = SB_FREEZE_PAGEFAULT;
sb_wait_write(sb, SB_FREEZE_PAGEFAULT);
sb_freeze_unlock(sb, SB_FREEZE_PAGEFAULT);
if (sb->s_writers.frozen == SB_FREEZE_PAGEFAULT) {
__sb_start_write(sb, SB_FREEZE_PAGEFAULT);
__sb_end_write(sb, SB_FREEZE_PAGEFAULT);