Home
last modified time | relevance | path

Searched refs:max_ulen (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Ddir.c168 * @max_ulen: Destination memory.
178 struct cpu_str *uni, u32 max_ulen, in ntfs_nls_to_utf16()
190 ret = _utf8s_to_utf16s(name, name_len, endian, uname, max_ulen); in ntfs_nls_to_utf16()
196 if (ret >= max_ulen) in ntfs_nls_to_utf16()
177 ntfs_nls_to_utf16(struct ntfs_sb_info *sbi, const u8 *name, u32 name_len, struct cpu_str *uni, u32 max_ulen, enum utf16_endian endian) ntfs_nls_to_utf16() argument
H A Dfsntfs.c2654 const u8 max_ulen = 0x80; /* TODO: use attrdef to get maximum length */ in ntfs_set_label() local
2666 if (uni->len > max_ulen) { in ntfs_set_label()
H A Dntfs_fs.h490 struct cpu_str *uni, u32 max_ulen,

Completed in 6 milliseconds