Searched refs:NTFS_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/ntfs3/ |
D | namei.c | 48 NTFS_NAME_LEN, UTF16_LITTLE_ENDIAN); in fill_name_de() 79 dentry->d_name.len, uni, NTFS_NAME_LEN, in ntfs_lookup() 369 dentry->d_name.len, uni, NTFS_NAME_LEN, in ntfs_atomic_open() 498 err = ntfs_nls_to_utf16(sbi, name->name, name->len, uni, NTFS_NAME_LEN, in ntfs_d_hash() 557 ret = ntfs_nls_to_utf16(sbi, str, len1, uni1, NTFS_NAME_LEN, in ntfs_d_compare() 570 (struct cpu_str *)uni2, NTFS_NAME_LEN, in ntfs_d_compare()
|
D | ntfs.h | 27 #define NTFS_NAME_LEN 255 macro 699 NTFS_NAME_LEN * sizeof(short), 8)
|
D | dir.c | 387 static_assert(NTFS_NAME_LEN * 4 < PATH_MAX); in ntfs_readdir()
|
D | super.c | 669 buf->f_namelen = NTFS_NAME_LEN; in ntfs_statfs()
|