Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Defs_dir.h20 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1) macro
/linux-2.4.37.9/fs/efs/
Dsuper.c223 buf->f_namelen = EFS_MAXNAMELEN; /* max filename length */ in efs_statfs()