Searched defs:attrdef (Results 1 - 2 of 2) sorted by relevance

/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/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) {

Completed in 16 milliseconds