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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h98 int uname_len; member in struct:attrcookie
H A Dattributes.c296 cookie->uname_len = ulen;
397 cookie->uname_len = ulen;
466 na = ntfs_attr_open(ni, AT_DATA, cookie->uname, cookie->uname_len);
514 na = ntfs_attr_open(ni, AT_DATA, cookie->uname, cookie->uname_len);
596 na = ntfs_attr_open(ni, AT_DATA, cookie->uname, cookie->uname_len);
H A Dfs_func.c124 int uname_len; local
132 uname_len = ntfs_mbstoucs(name, &uname);
133 if (uname_len < 0) {
138 inum = ntfs_inode_lookup_by_name(dir_ni, uname, uname_len);
165 int uname_len; local
175 uname_len = ntfs_mbstoucs(name, &uname);
176 if (uname_len < 0) {
181 iref = ntfs_inode_lookup_by_name(dir_ni, uname, uname_len);
198 if (ntfs_delete(ns->ntvol, (char*)NULL, ni, dir_ni, uname, uname_len))
1716 int uname_len; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.h69 const ntfschar *uname, const int uname_len);
H A Dreparse.c137 int uname_len)
157 if (uname_len > NTFS_MAX_NAME_LEN)
158 uname_len = NTFS_MAX_NAME_LEN;
159 find.attr.file_name_length = uname_len;
160 for (i=0; i<uname_len; i++) {
175 lkup = ntfs_index_lookup((char*)&find, uname_len, icx);
136 ntfs_fix_file_name(ntfs_inode *dir_ni, ntfschar *uname, int uname_len) argument
H A Ddir.c224 * @uname_len: length of the name @uname in Unicode characters
235 * Note, @uname_len does not include the (optional) terminating NULL character.
246 const ntfschar *uname, const int uname_len)
265 if (!dir_ni || !dir_ni->mrec || !uname || uname_len <= 0) {
326 rc = ntfs_names_full_collate(uname, uname_len,
466 rc = ntfs_names_full_collate(uname, uname_len,
545 int uname_len; local
582 uname_len = ntfs_mbstoucs(name, &uname);
583 if (uname_len >= 0) {
585 uname, uname_len);
245 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni, const ntfschar *uname, const int uname_len) argument
[all...]
H A Dattrib.h380 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
H A Dattrib.c2835 char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len) argument
2840 name_len = ntfs_ucstombs(uname, uname_len, &name, 0);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1080 int uname_len = 0; local
1087 uname = ntfs_str2ucs(name, &uname_len);
1103 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1271 int uname_len = 0; local
1278 uname = ntfs_str2ucs(name, &uname_len);
1294 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1458 int uname_len = 0; local
1465 uname = ntfs_str2ucs(name, &uname_len);
1481 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, val, val_len,
1856 int uname_len local
2072 int uname_len = 0; local
[all...]

Completed in 179 milliseconds