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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c62 ntfschar AT_UNNAMED[] = { const_cpu_to_le16('\0') }; variable
340 * @name: attribute name in little endian Unicode or AT_UNNAMED or NULL
347 * If @name is AT_UNNAMED look specifically for an unnamed attribute. If you
385 if (name && name != AT_UNNAMED && name != NTFS_INDEX_I30) {
424 name = AT_UNNAMED;
483 if (na->name != AT_UNNAMED && na->name != NTFS_INDEX_I30)
1640 * If @name is AT_UNNAMED search for an unnamed attribute. If @name is present
1641 * but not AT_UNNAMED search for a named attribute matching @name. Otherwise,
1686 if (name && name != AT_UNNAMED) {
1723 * If @name is AT_UNNAMED w
[all...]

Completed in 26 milliseconds