Searched refs:ALLOCATED (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h169 void _Unset() { if (fVersion & ALLOCATED) delete fKey; fKey = NULL; }
183 : fKey(new(nothrow) Key(*k.fKey)), fVersion(k.fVersion | ALLOCATED) {}
204 fVersion = KEY_FORMAT_3_5 | ALLOCATED;
206 fVersion = KEY_FORMAT_3_6 | ALLOCATED;
254 if (!(fVersion & ALLOCATED))
257 fVersion |= ALLOCATED;
270 ALLOCATED = 0x8000 enumerator in enum:VKey::__anon1
H A DStatItem.h63 fVersion |= ALLOCATED;
80 fVersion |= ALLOCATED;
90 if (fVersion & ALLOCATED) {
205 ALLOCATED = 0x8000 enumerator in enum:StatData::__anon2
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c40 #define ALLOCATED(FP) ((FP)->_f._IO_buf_base && DYNAMIC(FP))
H A Dwstrops.c41 #define ALLOCATED(FP) ((FP)->_f._IO_buf_base && DYNAMIC(FP))

Completed in 92 milliseconds