NETFS_ICTX_WB_LOCK
if (test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags)) {
if (!test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags))
WARN_ON_ONCE(!test_bit(NETFS_ICTX_WB_LOCK, &ictx->flags));
clear_bit_unlock(NETFS_ICTX_WB_LOCK, &ictx->flags);