summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/errcode.h
blob: f7d12915c1ccda5f7674dcb9fca7098a030f2bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_ERRCODE_H
#define _BCACHEFS_ERRCODE_H

enum {
	/* Bucket allocator: */
	OPEN_BUCKETS_EMPTY =	2048,
	FREELIST_EMPTY,		/* Allocator thread not keeping up */
	INSUFFICIENT_DEVICES,
};

#endif /* _BCACHFES_ERRCODE_H */