Home
last modified time | relevance | path

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

/fs/erofs/
Dinternal.h202 #define EROFS_LOCKED_MAGIC (INT_MIN | 0xE0F510CCL) macro
218 if (val != atomic_cmpxchg(&grp->refcount, val, EROFS_LOCKED_MAGIC)) { in erofs_workgroup_try_to_freeze()
240 VAL != EROFS_LOCKED_MAGIC); in erofs_wait_on_workgroup_freezed()