Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnilfs2_ondisk.h286 #define NILFS_NAME_LEN 255 macro
305 char name[NILFS_NAME_LEN]; /* File name */
/Linux-v5.10/fs/nilfs2/
Dnamei.c59 if (dentry->d_name.len > NILFS_NAME_LEN) in nilfs_lookup()
Dsuper.c653 buf->f_namelen = NILFS_NAME_LEN; in nilfs_statfs()