Searched refs:fFlags (Results 1 - 25 of 148) sorted by relevance

123456

/haiku/src/system/kernel/fs/
H A DVnode.h107 int32 fFlags; member in struct:vnode
116 return (fFlags & kFlagsBusy) != 0;
124 atomic_or(&fFlags, kFlagsBusy);
126 atomic_and(&fFlags, ~kFlagsBusy);
133 return (fFlags & kFlagsRemoved) != 0;
141 atomic_or(&fFlags, kFlagsRemoved);
143 atomic_and(&fFlags, ~kFlagsRemoved);
150 return (fFlags & kFlagsUnpublished) != 0;
158 atomic_or(&fFlags, kFlagsUnpublished);
160 atomic_and(&fFlags, ~kFlagsUnpublishe
[all...]
H A DVnode.cpp39 if ((atomic_or(&fFlags, kFlagsWaitingLocker)
44 atomic_or(&fFlags, kFlagsLocked);
45 atomic_and(&fFlags, ~kFlagsWaitingLocker);
67 atomic_or(&fFlags, kFlagsLocked);
88 atomic_and(&fFlags, ~kFlagsWaitingLocker);
/haiku/src/kits/storage/disk_device/
H A DDiskSystem.cpp21 fFlags(0)
33 fFlags(other.fFlags)
81 || !(fFlags & B_DISK_SYSTEM_SUPPORTS_DEFRAGMENTING)) {
88 *whileMounted = IsFileSystem() && (fFlags
108 if (InitCheck() != B_OK || !(fFlags & mainBit)) {
115 *whileMounted = (IsFileSystem() && (fFlags & mountedBit));
126 || !(fFlags & B_DISK_SYSTEM_SUPPORTS_RESIZING)) {
134 && (fFlags & B_DISK_SYSTEM_SUPPORTS_RESIZING_WHILE_MOUNTED));
146 && (fFlags
[all...]
/haiku/src/bin/pkgman/
H A DJobStateListener.cpp18 fFlags(flags)
44 if ((fFlags & EXIT_ON_ERROR) != 0)
52 if ((fFlags & EXIT_ON_ABORT) != 0)
H A DJobStateListener.h31 uint32 fFlags; member in class:JobStateListener
/haiku/src/system/boot/loader/net/
H A DChainBuffer.cpp37 next->fFlags |= CHAIN_BUFFER_HEAD;
77 fFlags = flags | CHAIN_BUFFER_HEAD;
91 if ((fFlags & CHAIN_BUFFER_FREE_DATA) && fData) {
96 if (!(fFlags & CHAIN_BUFFER_EMBEDDED_DATA))
101 if (next->fFlags & CHAIN_BUFFER_ON_STACK)
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.cpp21 fFlags(0)
38 fFlags = 0;
46 fFlags |= NODE_FLAG_KNOWN_TO_VFS;
54 fFlags &= ~(uint32)NODE_FLAG_KNOWN_TO_VFS;
/haiku/src/kits/shared/
H A DVariant.cpp118 if ((fFlags & B_VARIANT_OWNS_DATA) != 0) {
126 } else if ((fFlags & B_VARIANT_REFERENCEABLE_DATA) != 0) {
132 fFlags = 0;
194 if ((fFlags & B_VARIANT_REFERENCEABLE_DATA) != 0)
341 if ((other.fFlags & B_VARIANT_OWNS_DATA) != 0) {
346 fFlags = B_VARIANT_OWNS_DATA;
351 } else if ((other.fFlags & B_VARIANT_REFERENCEABLE_DATA) != 0) {
363 return (fFlags & B_VARIANT_REFERENCEABLE_DATA) != 0
537 fFlags = 0;
546 fFlags
[all...]
/haiku/src/servers/app/font/
H A DFontFamily.cpp58 fFlags(kInvalidFamilyFlags)
100 fFlags = kInvalidFamilyFlags;
121 fFlags = kInvalidFamilyFlags;
247 if (fFlags == kInvalidFamilyFlags) {
248 fFlags = 0;
255 fFlags |= B_IS_FIXED;
257 fFlags |= B_PRIVATE_FONT_IS_FULL_AND_HALF_FIXED;
259 fFlags |= B_HAS_TUNED_FONT;
263 return fFlags;
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.h32 { return (fFlags & VOLUME_READ_ONLY) != 0; }
47 uint32 fFlags; member in class:Volume
H A DVolume.cpp49 fFlags = 0;
102 fFlags |= VOLUME_READ_ONLY;
/haiku/src/kits/media/
H A DBufferCache.cpp47 existing->buffer->fFlags |= BUFFER_TO_RECLAIM;
72 buffer->fFlags |= BUFFER_TO_RECLAIM;
85 bool isReclaimed = (buffer->fFlags & BUFFER_TO_RECLAIM) == 0;
93 buffer->fFlags |= BUFFER_MARKED_FOR_DELETION;
H A DBuffer.cpp108 return fFlags;
118 fFlags &= ~BUFFER_TO_RECLAIM;
119 if ((fFlags & BUFFER_MARKED_FOR_DELETION) != 0)
136 info.flags = fFlags;
200 fFlags(0)
259 fFlags = reply.info.flags;
H A DSoundPlayer.cpp104 if ((fFlags & F_IS_STARTED) != 0) {
116 if ((fFlags & F_NODES_CONNECTED) != 0) {
130 if ((fFlags & F_MUST_RELEASE_MIXER) != 0) {
176 if ((fFlags & F_NODES_CONNECTED) == 0)
188 if ((fFlags & F_NODES_CONNECTED) == 0)
191 if ((fFlags & F_IS_STARTED) != 0)
221 atomic_or(&fFlags, F_IS_STARTED);
234 if ((fFlags & F_NODES_CONNECTED) == 0)
239 if ((fFlags & F_IS_STARTED) != 0) {
248 atomic_and(&fFlags, ~F_IS_STARTE
[all...]
/haiku/src/bin/debug/strace/
H A DContext.h30 fFlags(flags), fDecimal(decimal), fReturnValue(returnValue) {}
56 bool GetContents(uint32 what) const { return fFlags & what; }
68 uint32 fFlags; member in class:Context
/haiku/src/kits/package/hpkg/
H A DPackageWriter.cpp24 fFlags(0),
39 return fFlags;
46 fFlags = flags;
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.h65 uint32 fFlags; member in class:Layer
/haiku/src/servers/app/
H A DServerBitmap.h57 { return fFlags; }
106 uint32 fFlags; member in class:ServerBitmap
147 fFlags = from->fFlags;
/haiku/headers/private/debug/
H A DDebugEventStream.h60 uint32 fFlags; member in class:BDebugEventInputStream
85 uint32 fFlags; member in class:BDebugEventOutputStream
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h76 uint32 Flags() { return fFlags; }
96 uint32 fFlags; member in class:Session
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp163 if ((fFlags & VISIT_ATTRIBUTE_DIRECTORIES)
206 fFlags = flags;
208 if (fFlags & VISIT_REGULAR) {
214 if (fFlags & VISIT_INDICES) {
220 if (fFlags & VISIT_REMOVED) {
/haiku/src/kits/debug/
H A DDebugEventStream.cpp22 fFlags(0),
100 fFlags = 0;
227 fFlags = header.flags;
289 fFlags(0)
310 fFlags = /*(flags & B_DEBUG_EVENT_STREAM_FLAG_ZIPPED)
320 header.flags = fFlags;
342 fFlags = 0;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h56 uint32 GetKind() const { return (fFlags & KIND_MASK); }
59 bool IsChecked() const { return (fFlags & CHECKED); }
93 uint32 fFlags; member in class:Block
/haiku/headers/os/net/
H A DNetworkAddressResolver.h88 fFlags(flags),
95 return family == fFamily && flags == fFlags && address == fAddress
102 uint32 fFlags; member in struct:BNetworkAddressResolver::CacheEntry
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h41 uint32 fFlags:4;

Completed in 223 milliseconds

123456