Home
last modified time | relevance | path

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

/linux-4.1.27/fs/exofs/
Dcommon.h194 #define EXOFS_NAME_LEN 255 macro
204 char name[EXOFS_NAME_LEN]; /* file name */
Dnamei.c54 if (dentry->d_name.len > EXOFS_NAME_LEN) in exofs_lookup()
Dsuper.c933 buf->f_namelen = EXOFS_NAME_LEN; in exofs_statfs()