Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstack_o2cb.c102 static int status_map[] = { variable
149 BUG_ON(status < 0 || status >= ARRAY_SIZE(status_map)); in dlm_status_to_errno()
151 return status_map[status]; in dlm_status_to_errno()
/linux/tools/lib/python/feat/
H A Dparse_features.py43 status_map = {
419 key=lambda x: (self.status_map.get(x[1], 99),
32 status_map = { global() variable in ParseFeature