Searched refs:NTFS_MAX_NAME_LEN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | unistr.c | 261 o < NTFS_MAX_NAME_LEN)) { in ntfs_nlstoucs() 268 o >= NTFS_MAX_NAME_LEN) */ in ntfs_nlstoucs() 288 } else /* if (o >= NTFS_MAX_NAME_LEN) */ { in ntfs_nlstoucs() 291 NTFS_MAX_NAME_LEN); in ntfs_nlstoucs()
|
H A D | ntfs.h | 29 NTFS_MAX_NAME_LEN = 255, enumerator
|
H A D | dir.c | 1037 NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1); in ntfs_filldir() 1121 name = kmalloc(NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1, GFP_NOFS); in ntfs_readdir()
|
H A D | super.c | 2649 sfs->f_namelen = NTFS_MAX_NAME_LEN; in ntfs_statfs() 3021 * strings of the maximum length allowed by NTFS, which is NTFS_MAX_NAME_LEN 3108 (NTFS_MAX_NAME_LEN+1) * sizeof(ntfschar), 0, in init_ntfs_fs()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 261 o < NTFS_MAX_NAME_LEN)) { in ntfs_nlstoucs() 268 o >= NTFS_MAX_NAME_LEN) */ in ntfs_nlstoucs() 288 } else /* if (o >= NTFS_MAX_NAME_LEN) */ { in ntfs_nlstoucs() 291 NTFS_MAX_NAME_LEN); in ntfs_nlstoucs()
|
H A D | ntfs.h | 29 NTFS_MAX_NAME_LEN = 255, enumerator
|
H A D | dir.c | 1037 NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1); in ntfs_filldir() 1121 name = kmalloc(NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1, GFP_NOFS); in ntfs_readdir()
|
H A D | super.c | 2657 sfs->f_namelen = NTFS_MAX_NAME_LEN; in ntfs_statfs() 3027 * strings of the maximum length allowed by NTFS, which is NTFS_MAX_NAME_LEN 3114 (NTFS_MAX_NAME_LEN+1) * sizeof(ntfschar), 0, in init_ntfs_fs()
|
Completed in 11 milliseconds