Searched refs:find_first_attribute (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h55 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft);
H A Dutils.c478 * find_first_attribute - Find the first attribute of a given type
491 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft) function
510 ntfs_log_debug("find_first_attribute: found attr of type 0x%02x.\n", le32_to_cpu(type));
512 ntfs_log_debug("find_first_attribute: didn't find attr of type 0x%02x.\n", le32_to_cpu(type));
892 rec = find_first_attribute(AT_FILE_NAME, inode->mrec);
1068 attr10 = find_first_attribute(AT_STANDARD_INFORMATION, ctx->inode->mrec);
1069 attr20 = find_first_attribute(AT_ATTRIBUTE_LIST, ctx->inode->mrec);
1070 attr80 = find_first_attribute(AT_DATA, ctx->inode->mrec);

Completed in 40 milliseconds