Home
last modified time | relevance | path

Searched refs:EROFS_NAME_LEN (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Ddir.c40 unsigned char dbg_namebuf[EROFS_NAME_LEN]; in erofs_fill_dentries()
60 dbg_namelen = min(EROFS_NAME_LEN - 1, de_namelen); in erofs_fill_dentries()
Derofs_fs.h250 #define EROFS_NAME_LEN 255 macro
Dnamei.c217 if (unlikely(dentry->d_name.len > EROFS_NAME_LEN)) in erofs_lookup()
Dsuper.c595 buf->f_namelen = EROFS_NAME_LEN; in erofs_statfs()
Dxattr.c359 if (it.name.len > EROFS_NAME_LEN) in erofs_getxattr()