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

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c575 ATTR_DEF *attrdef; local
583 attrdef = ntfs_attr_find_in_attrdef(vol, attr->type);
584 if (attrdef) {
586 namelen = ntfs_ucsnlen(attrdef->name, sizeof(attrdef->name));
587 if (ntfs_ucstombs(attrdef->name, namelen, &name, 0) < 0) {
H A DMakefile50 MKNTFSOBJS= attrdef.o boot.o sd.o mkntfs.o utils.o
H A Dmkntfs.c136 #include "attrdef.h"
3015 free(g_vol->attrdef);
4181 err = add_attr_data(m, NULL, 0, 0, 0, (u8*)g_vol->attrdef,
4575 g_vol->attrdef = ntfs_malloc(sizeof(attrdef_ntfs3x_array));
4576 if (!g_vol->attrdef) {
4577 ntfs_log_perror("Could not create attrdef structure");
4580 memcpy(g_vol->attrdef, attrdef_ntfs3x_array,
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h218 ATTR_DEF *attrdef; /* Attribute definitions. Obtained from member in struct:_ntfs_volume
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c165 free(v->attrdef);
1222 vol->attrdef = (ATTR_DEF*)ntfs_malloc(na->data_size);
1223 if (!vol->attrdef) {
1228 l = ntfs_attr_pread(na, 0, na->data_size, vol->attrdef);
H A Dattrib.c2422 if (!vol || !vol->attrdef || !type) {
2426 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef <
2547 if (!vol || !vol->attrdef || !type) {

Completed in 49 milliseconds