Home
last modified time | relevance | path

Searched refs:find_attribute (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h54 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
H A Dutils.c461 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) in find_attribute() function
507 rec = find_attribute(type, ctx); in find_first_attribute()
563 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in utils_inode_get_name()