Searched refs:NAttrNonResident (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h151 * fail-safe check make sure to test NAttrNonResident() and if it is false, you
161 * i.e. NAttrNonResident() is true. If the runlist hasn't been decompressed yet
206 #define NAttrNonResident(na) test_nattr_flag(na, NonResident) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c494 if (NAttrNonResident(na) && na->rl)
677 if (!na || !NAttrNonResident(na) || vcn < 0)
727 if (!na || !NAttrNonResident(na) || vcn < 0) {
791 if (NAttrCompressed(na) && NAttrNonResident(na))
797 if (NAttrEncrypted(na) && NAttrNonResident(na)) {
812 if (!NAttrNonResident(na)) {
1186 if (NAttrEncrypted(na) && NAttrNonResident(na)) {
1212 if (!NAttrNonResident(na)) {
3326 if (NAttrNonResident(na)) {
3674 if (NAttrNonResident(n
[all...]
H A Dcompress.c363 if (!NAttrNonResident(na))
H A Dlogfile.c710 if (!NAttrNonResident(na)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1348 if (NAttrCompressed(na) || NAttrEncrypted(na) || !NAttrNonResident(na)){

Completed in 99 milliseconds