Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dinternal.h135 #define EROFS_LOCKED_MAGIC (INT_MIN | 0xE0F510CCL) macro
151 if (val != atomic_cmpxchg(&grp->refcount, val, EROFS_LOCKED_MAGIC)) { in erofs_workgroup_try_to_freeze()
173 VAL != EROFS_LOCKED_MAGIC); in erofs_wait_on_workgroup_freezed()
199 DBG_BUGON(v == EROFS_LOCKED_MAGIC); in erofs_wait_on_workgroup_freezed()