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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Defs.c163 if (!NAttrNonResident(na)
343 if (!NAttrNonResident(na)) {
389 if (!NAttrNonResident(na)
H A Dattrib.c593 if (NAttrNonResident(na) && na->rl)
883 if (!na || !NAttrNonResident(na) || vcn < 0)
933 if (!na || !NAttrNonResident(na) || vcn < 0) {
998 if ((na->data_flags & ATTR_COMPRESSION_MASK) && NAttrNonResident(na)) {
1014 if (!vol->efs_raw && NAttrEncrypted(na) && NAttrNonResident(na)) {
1030 && NAttrNonResident(na)) {
1044 if (!NAttrNonResident(na)) {
1891 wasnonresident = NAttrNonResident(na) != 0;
1912 && NAttrNonResident(na))
1963 if (!NAttrNonResident(n
[all...]
H A Dattrib.h163 * fail-safe check make sure to test NAttrNonResident() and if it is false, you
173 * i.e. NAttrNonResident() is true. If the runlist hasn't been decompressed yet
225 #define NAttrNonResident(na) test_nattr_flag(na, NonResident) macro
H A Dlogfile.c738 if (!NAttrNonResident(na)) {
H A Dvolume.c884 if (NAttrNonResident(na)) {
1962 if (NAttrNonResident(na)) {
H A Dcompress.c753 if (!NAttrNonResident(na))
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c518 && NAttrNonResident(na)) {

Completed in 119 milliseconds