Home
last modified time | relevance | path

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

/linux-4.19.296/fs/coda/
Dcoda_linux.c40 return ((CODA_CONTROLLEN == length) && in coda_iscontrol()
41 (strncmp(name, CODA_CONTROL, CODA_CONTROLLEN) == 0)); in coda_iscontrol()
/linux-4.19.296/include/uapi/linux/
Dcoda.h729 #define CODA_CONTROLLEN 8 macro