Searched refs:mutex_init (Results 76 - 100 of 162) sorted by path

1234567

/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp389 mutex_init(&fLock, "launch speedup session");
H A Dlog.cpp392 mutex_init(&sLock, "log cache module");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp587 mutex_init(&fIteratorLock, "bfs b+tree iterator");
599 mutex_init(&fIteratorLock, "bfs b+tree iterator");
615 mutex_init(&fIteratorLock, "bfs b+tree iterator");
H A DJournal.cpp413 mutex_init(&fEntriesLock, "bfs journal entries");
H A DVolume.cpp131 mutex_init(&fLock, "bfs volume");
132 mutex_init(&fQueryLock, "bfs queries");
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp515 mutex_init(&fIteratorLock, "btrfs b+tree iterator");
525 mutex_init(&fIteratorLock, "btrfs b+tree iterator");
534 mutex_init(&fIteratorLock, "btrfs b+tree iterator");
H A DVolume.cpp90 mutex_init(&fLock, "btrfs volume");
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp577 mutex_init(&fLock, "cdda");
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp110 mutex_init(&fLock, "exfat volume");
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp111 mutex_init(&fLock, "ext2 allocation block group");
112 mutex_init(&fTransactionLock, "ext2 allocation block group transaction");
593 mutex_init(&fLock, "ext2 block allocator");
H A DInodeAllocator.cpp36 mutex_init(&fLock, "ext2 inode allocator");
H A DJournal.cpp109 mutex_init(&fLogEntriesLock, "ext2 journal log entries");
160 mutex_init(&fLogEntriesLock, "ext2 journal log entries");
H A DVolume.cpp76 mutex_init(&fLock, "ext2 volume");
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp340 mutex_init(&fSocketLock, NULL);
H A DFileSystem.cpp50 mutex_init(&fOpenOwnerLock, NULL);
51 mutex_init(&fOpenLock, NULL);
52 mutex_init(&fDelegationLock, NULL);
53 mutex_init(&fCreateFileLock, NULL);
H A DNFS4Server.cpp31 mutex_init(&fClientIdLock, NULL);
32 mutex_init(&fFSLock, NULL);
33 mutex_init(&fThreadStartLock, NULL);
H A Dkernel_interface.cpp1400 mutex_init(&gIdMapperLock, "idmapper Init Lock");
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp165 mutex_init(&volume->lock, "NTFS volume lock");
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp87 mutex_init(&fLock, "packagefs cached reader");
H A DPackage.cpp533 mutex_init(&fLock, "packagefs package");
H A DPackageFile.cpp65 mutex_init(&fLock, "file data accessor");
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp50 mutex_init(&fLock, "ufs2 volume");
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp176 mutex_init(&fVolumeLock, "userlandfs volumes");
177 mutex_init(&fVNodeOpsLock, "userlandfs vnode ops");
178 mutex_init(&fNodeListenersLock, "userlandfs node listeners");
H A DVolume.cpp315 mutex_init(&fLock, "userlandfs volume");
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h16 #define new_lock mutex_init

Completed in 241 milliseconds

1234567