Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h221 #define NAttrInitialized(na) test_nattr_flag(na, Initialized) macro
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c368 if (!NAttrInitialized(na)) { in ntfs_attr_init()