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

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c403 * find_first_attribute - Find the first attribute of a given type
416 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft) function
435 ntfs_log_debug("find_first_attribute: found attr of type 0x%02x.\n", type);
437 ntfs_log_debug("find_first_attribute: didn't find attr of type 0x%02x.\n", type);
808 rec = find_first_attribute(AT_FILE_NAME, inode->mrec);
966 attr10 = find_first_attribute(AT_STANDARD_INFORMATION, ctx->inode->mrec);
967 attr20 = find_first_attribute(AT_ATTRIBUTE_LIST, ctx->inode->mrec);
968 attr80 = find_first_attribute(AT_DATA, ctx->inode->mrec);

Completed in 22 milliseconds