Lines Matching refs:AT_UNNAMED

62 ntfschar AT_UNNAMED[] = { const_cpu_to_le16('\0') };
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 we want an unnamed attribute.
1727 if (name == AT_UNNAMED) {
1836 * If @name is AT_UNNAMED search for an unnamed attribute. If @name is present
1837 * but not AT_UNNAMED search for a named attribute matching @name. Otherwise,
2012 * If @name is AT_UNNAMED we want an unnamed attribute.
2016 if (name == AT_UNNAMED) {
2250 * If @name is AT_UNNAMED search for an unnamed attribute. If @name is present
2251 * but not AT_UNNAMED search for a named attribute matching @name. Otherwise,
2293 if (!ctx || !ctx->mrec || !ctx->attr || (name && name != AT_UNNAMED &&
3841 if (na->type == AT_DATA && na->name == AT_UNNAMED) {
4482 if (na->type == AT_DATA && na->name == AT_UNNAMED) {
4843 if (na->type == AT_DATA && na->name == AT_UNNAMED) {
5038 if (na->type == AT_DATA && na->name == AT_UNNAMED) {
5169 * @name: attribute name in little endian Unicode or AT_UNNAMED or NULL
5174 * If @name is AT_UNNAMED then look specifically for an unnamed attribute.