Searched refs:uname_len (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c624 int res = 0, uname_len, utarget_len; local
628 uname_len = ntfs_mbstoucs(name, &uname);
629 if ((uname_len < 0)
631 && ntfs_forbidden_names(ctx->vol,uname,uname_len,TRUE))) {
697 securid, uname, uname_len, type);
713 uname, uname_len,
725 uname, uname_len,
730 uname_len, type);
825 int res = 0, uname_len; local
842 uname_len
920 int res = 0, uname_len; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.h63 const ntfschar *uname, const int uname_len);
H A Dreparse.c132 int uname_len)
152 if (uname_len > NTFS_MAX_NAME_LEN)
153 uname_len = NTFS_MAX_NAME_LEN;
154 find.attr.file_name_length = uname_len;
155 for (i=0; i<uname_len; i++) {
170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx);
131 ntfs_fix_file_name(ntfs_inode *dir_ni, ntfschar *uname, int uname_len) argument
H A Ddir.c228 * @uname_len: length of the name @uname in Unicode characters
239 * Note, @uname_len does not include the (optional) terminating NULL character.
250 const ntfschar *uname, const int uname_len)
269 if (!dir_ni || !dir_ni->mrec || !uname || uname_len <= 0) {
333 rc = ntfs_names_full_collate(uname, uname_len,
454 rc = ntfs_names_full_collate(uname, uname_len,
533 int uname_len; local
570 uname_len = ntfs_mbstoucs(name, &uname);
571 if (uname_len >= 0) {
573 uname, uname_len);
249 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni, const ntfschar *uname, const int uname_len) argument
[all...]
H A Dattrib.h387 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
H A Dattrib.c2976 char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len) argument
2981 name_len = ntfs_ucstombs(uname, uname_len, &name, 0);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1140 int uname_len = 0; local
1147 uname = ntfs_str2ucs(name, &uname_len);
1163 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1331 int uname_len = 0; local
1338 uname = ntfs_str2ucs(name, &uname_len);
1354 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1518 int uname_len = 0; local
1525 uname = ntfs_str2ucs(name, &uname_len);
1541 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, val, val_len,
1916 int uname_len local
2132 int uname_len = 0; local
[all...]

Completed in 94 milliseconds