Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnilfs2_fs.h277 #define NILFS_NAME_LEN 255 macro
296 char name[NILFS_NAME_LEN]; /* File name */
/linux-2.6.39/fs/nilfs2/
Dnamei.c71 if (dentry->d_name.len > NILFS_NAME_LEN) in nilfs_lookup()
Dsuper.c517 buf->f_namelen = NILFS_NAME_LEN; in nilfs_statfs()