Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfscmp.c406 #define GET_ATTR_NAME(a) \ macro
454 return get_attr_name(mft_no, atype, GET_ATTR_NAME(ctx->attr)); in get_attr_name_ctx()
683 na1 = ntfs_attr_open(base_inode(ctx1), a1->type, GET_ATTR_NAME(a1)); in cmp_attribute()
684 na2 = ntfs_attr_open(base_inode(ctx2), a2->type, GET_ATTR_NAME(a2)); in cmp_attribute()