Home
last modified time | relevance | path

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

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