Z_EROFS_PCLUSTER_NIL  316 fs/erofs/zdata.c 	if (pcl->next == Z_EROFS_PCLUSTER_NIL) {
Z_EROFS_PCLUSTER_NIL  318 fs/erofs/zdata.c 		if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL,
Z_EROFS_PCLUSTER_NIL  319 fs/erofs/zdata.c 			    *owned_head) != Z_EROFS_PCLUSTER_NIL)
Z_EROFS_PCLUSTER_NIL  465 fs/erofs/zdata.c 	DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL);
Z_EROFS_PCLUSTER_NIL  947 fs/erofs/zdata.c 	WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL);
Z_EROFS_PCLUSTER_NIL  969 fs/erofs/zdata.c 		DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL);
Z_EROFS_PCLUSTER_NIL 1239 fs/erofs/zdata.c 		DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL);