Searched refs:attrdef (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c656 ATTR_DEF *attrdef; local
664 attrdef = ntfs_attr_find_in_attrdef(vol, attr->type);
665 if (attrdef) {
667 namelen = ntfs_ucsnlen(attrdef->name, sizeof(attrdef->name));
668 if (ntfs_ucstombs(attrdef->name, namelen, &name, 0) < 0) {
H A Dmkntfs.c136 #include "attrdef.h"
3123 free(g_vol->attrdef);
4274 (u8*)g_vol->attrdef, g_vol->attrdef_len);
4691 g_vol->attrdef = ntfs_malloc(sizeof(attrdef_ntfs3x_array));
4692 if (!g_vol->attrdef) {
4693 ntfs_log_perror("Could not create attrdef structure");
4696 memcpy(g_vol->attrdef, attrdef_ntfs3x_array,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h259 ATTR_DEF *attrdef; /* Attribute definitions. Obtained from member in struct:_ntfs_volume
H A Dvolume.c217 free(v->attrdef);
1259 vol->attrdef = ntfs_malloc(na->data_size);
1260 if (!vol->attrdef)
1263 l = ntfs_attr_pread(na, 0, na->data_size, vol->attrdef);
H A Dattrib.c3850 if (!vol || !vol->attrdef || !type) {
3855 for (ad = vol->attrdef; ((ptrdiff_t)((u8*)ad - (u8*)vol->attrdef
4014 if (!vol || !vol->attrdef || !type) {

Completed in 88 milliseconds